Class CredProfilePair
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<CredProfilePair>
-
- de.tsystems.mms.apm.performancesignature.dynatrace.configuration.CredProfilePair
-
- All Implemented Interfaces:
Describable<CredProfilePair>
public class CredProfilePair extends AbstractDescribableImpl<CredProfilePair>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CredProfilePair.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description CredProfilePair(String profile, String credentialsId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials
getCredentials()
String
getCredentialsId()
String
getProfile()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-