Class DownstreamProjectGridBuilder.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<ProjectGridBuilder>
-
- au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGridBuilderDescriptor
-
- au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder.DescriptorImpl
-
- Enclosing class:
- DownstreamProjectGridBuilder
@Extension(ordinal=1000.0) public static class DownstreamProjectGridBuilder.DescriptorImpl extends ProjectGridBuilderDescriptor
Descriptor.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBoxModel
doFillFirstJobItems(ItemGroup<?> context)
Display Job List Item in the Edit View PageString
getDisplayName()
-
Methods inherited from class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGridBuilderDescriptor
all
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<ProjectGridBuilder>
-
doFillFirstJobItems
public ListBoxModel doFillFirstJobItems(@AncestorInPath ItemGroup<?> context)
Display Job List Item in the Edit View Page- Parameters:
context
- What to resolve relative job names against?- Returns:
- ListBoxModel
-
-