com.teamscale.client.ProfilerConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of teamscale-client Show documentation
Show all versions of teamscale-client Show documentation
A tiny service client that only supports Teamscale's the external upload interface and impacted-tests service.
package com.teamscale.client;
/** Configuration options for a profiler. */
public class ProfilerConfiguration {
/** The ID if this configuration. */
public String configurationId;
/** The options that should be applied to the profiler. */
public String configurationOptions;
}