Class DynatraceServerConfiguration
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<DynatraceServerConfiguration>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.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, List<CredProfilePair> credProfilePairs, boolean verifyCertificate, int delay, int retryCount, int readTimeout, boolean useProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredProfilePair
getCredProfilePair(String profile)
List<CredProfilePair>
getCredProfilePairs()
int
getDelay()
String
getName()
int
getReadTimeout()
int
getRetryCount()
String
getServerUrl()
boolean
isUseProxy()
boolean
isVerifyCertificate()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
DynatraceServerConfiguration
@DataBoundConstructor public DynatraceServerConfiguration(String name, String serverUrl, List<CredProfilePair> credProfilePairs, boolean verifyCertificate, int delay, int retryCount, int readTimeout, boolean useProxy)
-
-
Method Detail
-
getName
public String getName()
-
getServerUrl
public String getServerUrl()
-
getCredProfilePair
@CheckForNull public CredProfilePair getCredProfilePair(String profile)
-
getCredProfilePairs
public List<CredProfilePair> getCredProfilePairs()
-
isVerifyCertificate
public boolean isVerifyCertificate()
-
getDelay
public int getDelay()
-
getRetryCount
public int getRetryCount()
-
getReadTimeout
public int getReadTimeout()
-
isUseProxy
public boolean isUseProxy()
-
-