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 class
DynatraceServerConfiguration.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 String
getApiTokenId()
String
getName()
String
getServerUrl()
boolean
isUseProxy()
boolean
isVerifyCertificate()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-