hudson.matrix
Class MatrixProject.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<TopLevelItem>
hudson.model.TopLevelItemDescriptor
hudson.model.AbstractProject.AbstractProjectDescriptor
hudson.matrix.MatrixProject.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- MatrixProject
public static final class MatrixProject.DescriptorImpl
- extends AbstractProject.AbstractProjectDescriptor
Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixProject.DescriptorImpl
public MatrixProject.DescriptorImpl()
getDisplayName
public String getDisplayName()
- Description copied from class:
TopLevelItemDescriptor
- Human readable name of this kind of configurable object.
Used as the caption when the user chooses what job type to create.
The descriptor implementation also needs to have newJobDetail.jelly
script, which will be used to render the text below the caption
that explains the job type.
- Specified by:
getDisplayName
in class TopLevelItemDescriptor
newInstance
public MatrixProject newInstance(ItemGroup parent,
String name)
- Description copied from class:
TopLevelItemDescriptor
- Creates a new
TopLevelItem
for the specified parent.
- Specified by:
newInstance
in class TopLevelItemDescriptor
getAxisDescriptors
public List<AxisDescriptor> getAxisDescriptors()
- All
AxisDescriptor
s that contribute to the UI.
getSorterDescriptors
public List<MatrixConfigurationSorterDescriptor> getSorterDescriptors()
- Deprecated. as of 1.456
This was only exposed for Jelly.
getExecutionStrategyDescriptors
public List<MatrixExecutionStrategyDescriptor> getExecutionStrategyDescriptors()
getMatrixRunCheckoutStrategyDescriptors
public List<SCMCheckoutStrategyDescriptor> getMatrixRunCheckoutStrategyDescriptors()
Copyright © 2004-2013. All Rights Reserved.