public static final class MatrixProject.DescriptorImpl
extends hudson.model.AbstractProject.AbstractProjectDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<AxisDescriptor> |
getAxisDescriptors()
All
AxisDescriptors that contribute to the UI. |
String |
getCategoryId()
Needed if it wants Matrix projects are categorized in Jenkins 2.x.
|
String |
getDescription()
Needed if it wants Matrix projects are categorized in Jenkins 2.x.
|
String |
getDisplayName() |
List<MatrixExecutionStrategyDescriptor> |
getExecutionStrategyDescriptors() |
String |
getIconFilePathPattern()
Needed if it wants Matrix projects are categorized in Jenkins 2.x.
|
List<jenkins.scm.SCMCheckoutStrategyDescriptor> |
getMatrixRunCheckoutStrategyDescriptors() |
List<MatrixConfigurationSorterDescriptor> |
getSorterDescriptors()
Deprecated.
as of 1.456
This was only exposed for Jelly.
|
MatrixProject |
newInstance(hudson.model.ItemGroup parent,
String name) |
doAutoCompleteAssignedLabelString, doAutoCompleteLabel, doAutoCompleteUpstreamProjects, doCheckAssignedLabelString, doCheckCustomWorkspace, doCheckLabel, getApplicableSCMCheckoutStrategyDescriptors, isApplicable, validateLabelExpressionall, checkApplicableIn, isApplicableIn, newInstance, newInstance, testInstanceaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.TopLevelItemDescriptorpublic String getCategoryId()
public String getDescription()
public String getIconFilePathPattern()
public MatrixProject newInstance(hudson.model.ItemGroup parent, String name)
newInstance in class hudson.model.TopLevelItemDescriptorpublic List<AxisDescriptor> getAxisDescriptors()
AxisDescriptors that contribute to the UI.@Deprecated public List<MatrixConfigurationSorterDescriptor> getSorterDescriptors()
public List<MatrixExecutionStrategyDescriptor> getExecutionStrategyDescriptors()
public List<jenkins.scm.SCMCheckoutStrategyDescriptor> getMatrixRunCheckoutStrategyDescriptors()
Copyright © 2004-2016. All Rights Reserved.