All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.teamscale.client.ProfilerConfiguration Maven / Gradle / Ivy

Go to download

A tiny service client that only supports Teamscale's the external upload interface and impacted-tests service.

There is a newer version: 34.2.0
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy