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

com.teamscale.client.ProfilerRegistration 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;

/**
 * DTO that is sent to the profiler as a response of registering against
 * Teamscale and contains the profiler ID that was assigned to it as well as the
 * configuration it should pick up.
 */
public class ProfilerRegistration {

	/** The ID that was assigned to this instance of the profiler. */
	public String profilerId;

	/** The profiler configuration to use. */
	public ProfilerConfiguration profilerConfiguration;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy