Class DynatraceServerConfiguration
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<DynatraceServerConfiguration>
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.model.DynatraceServerConfiguration
-
- All Implemented Interfaces:
Describable<DynatraceServerConfiguration>
public class DynatraceServerConfiguration extends AbstractDescribableImpl<DynatraceServerConfiguration>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynatraceServerConfiguration.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description DynatraceServerConfiguration(String name, String serverUrl, String apiTokenId, boolean verifyCertificate, boolean useProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiTokenId()StringgetName()StringgetServerUrl()booleanisUseProxy()booleanisVerifyCertificate()-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-