Package io.jenkins.plugins.ksm
Class KsmApplication
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<KsmApplication>
-
- io.jenkins.plugins.ksm.KsmApplication
-
- All Implemented Interfaces:
Describable<KsmApplication>
public class KsmApplication extends AbstractDescribableImpl<KsmApplication>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKsmApplication.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description KsmApplication(String credentialsId, List<KsmSecret> secrets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredentialsId()List<KsmSecret>getSecrets()voidsetCredentialsId(String credentialsId)voidsetSecrets(List<KsmSecret> secrets)-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-