Package hudson.plugins.octopusdeploy
Class OctopusDeployPushBuildInformationRecorder.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
-
- hudson.plugins.octopusdeploy.AbstractOctopusDeployRecorderBuildStep.AbstractOctopusDeployDescriptorImplStep
-
- hudson.plugins.octopusdeploy.OctopusDeployPushBuildInformationRecorder.DescriptorImpl
-
- All Implemented Interfaces:
hudson.model.Saveable,jenkins.model.Loadable,jenkins.util.io.OnMaster
- Enclosing class:
- OctopusDeployPushBuildInformationRecorder
@Extension @Symbol("octopusPushBuildInformation") public static final class OctopusDeployPushBuildInformationRecorder.DescriptorImpl extends AbstractOctopusDeployRecorderBuildStep.AbstractOctopusDeployDescriptorImplStep
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.util.ListBoxModeldoFillCommentParserItems()java.lang.StringgetDisplayName()booleanisApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)-
Methods inherited from class hudson.plugins.octopusdeploy.AbstractOctopusDeployRecorderBuildStep.AbstractOctopusDeployDescriptorImplStep
configure, doCheckServerId, doFillServerIdItems, doFillSpaceIdItems, doFillToolIdItems, getApiByServerId, getDefaultOctopusDeployServerId, getDefaultOctopusToolId
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, 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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
- Specified by:
isApplicablein classhudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
-
getDisplayName
public java.lang.String getDisplayName()
- Overrides:
getDisplayNamein classhudson.model.Descriptor<hudson.tasks.Builder>
-
doFillCommentParserItems
public hudson.util.ListBoxModel doFillCommentParserItems()
-
-