public abstract class ContainerDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
ContainerDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillDelphixContainerItems(java.lang.String delphixGroup,
DelphixContainer.ContainerType containerType)
Add containers to drop down for build action
|
hudson.util.ListBoxModel |
doFillDelphixEngineItems()
Add engines to drop down for build action
|
hudson.util.ListBoxModel |
doFillDelphixGroupItems(java.lang.String delphixEngine)
Add groups to drop down for build action
|
hudson.util.ListBoxModel |
doFillDelphixSnapshotItems(java.lang.String delphixContainer,
DelphixEngine.ContainerOperationType operationType)
Add snapshot to drop down for build action
|
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
Applicable for all jobs
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public hudson.util.ListBoxModel doFillDelphixEngineItems()
public hudson.util.ListBoxModel doFillDelphixGroupItems(@QueryParameter java.lang.String delphixEngine)
public hudson.util.ListBoxModel doFillDelphixContainerItems(@QueryParameter java.lang.String delphixGroup, DelphixContainer.ContainerType containerType)
public hudson.util.ListBoxModel doFillDelphixSnapshotItems(@QueryParameter java.lang.String delphixContainer, DelphixEngine.ContainerOperationType operationType)
public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>