Class DeployIntegrationServer.DescriptorImpl
- java.lang.Object
- 
- hudson.model.Descriptor<T>
- 
- hudson.tasks.BuildStepDescriptor<Publisher>
- 
- io.jenkins.plugins.deployintegrationserver.DeployIntegrationServer.DescriptorImpl
 
 
 
- 
- Enclosing class:
- DeployIntegrationServer
 
 @Symbol("deployintegrationserver") @Extension public static final class DeployIntegrationServer.DescriptorImpl extends BuildStepDescriptor<Publisher>
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
 
- 
 - 
Field Summary- 
Fields inherited from class hudson.model.Descriptorclazz
 
- 
 - 
Constructor SummaryConstructors Constructor Description DescriptorImpl()In order to load the persisted global configuration, you have to call load() in the constructor.
 - 
Method Summary- 
Methods inherited from class hudson.tasks.BuildStepDescriptorfilter
 - 
Methods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
- 
 
- 
- 
- 
Method Detail- 
doCheckDeployerHomeDirectorypublic FormValidation doCheckDeployerHomeDirectory(@QueryParameter String value) 
 - 
doCheckDeployerHostpublic FormValidation doCheckDeployerHost(@QueryParameter String value) 
 - 
doCheckDeployerPortpublic FormValidation doCheckDeployerPort(@QueryParameter String value) 
 - 
doCheckSingleTargetAliasespublic FormValidation doCheckSingleTargetAliases(@QueryParameter String value, @QueryParameter String groupTargetAliases) 
 - 
doCheckGroupTargetAliasespublic FormValidation doCheckGroupTargetAliases(@QueryParameter String value, @QueryParameter String singleTargetAliases) 
 - 
doCheckRepositoryAliaspublic FormValidation doCheckRepositoryAlias(@QueryParameter String value) 
 - 
doCheckRepositoryDirectorypublic FormValidation doCheckRepositoryDirectory(@QueryParameter String value) 
 - 
doCheckDeployAssetspublic FormValidation doCheckDeployAssets(@QueryParameter String value) 
 - 
doCheckProjectNamepublic FormValidation doCheckProjectName(@QueryParameter String value) 
 - 
doCheckDeployerCredentialsIdpublic FormValidation doCheckDeployerCredentialsId(@QueryParameter String value) 
 - 
doFillIsCredentialsIdItemspublic ListBoxModel doFillIsCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String url, @QueryParameter String credentialsId) 
 - 
doFillDeployerCredentialsIdItemspublic ListBoxModel doFillDeployerCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String url, @QueryParameter String credentialsId) 
 - 
lookupCredentialsprotected static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials lookupCredentials(@CheckForNull Item item, String url, String credentialId)
 - 
isApplicablepublic boolean isApplicable(Class<? extends AbstractProject> jobType) - Specified by:
- isApplicablein class- BuildStepDescriptor<Publisher>
 
 - 
getDisplayNamepublic String getDisplayName() This human readable name is used in the configuration screen.- Overrides:
- getDisplayNamein class- Descriptor<Publisher>
 
 
- 
 
-