hudson.matrix
Class MatrixProject.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<TopLevelItem>
      extended by hudson.model.TopLevelItemDescriptor
          extended by hudson.model.AbstractProject.AbstractProjectDescriptor
              extended by hudson.matrix.MatrixProject.DescriptorImpl
All Implemented Interfaces:
Saveable
Enclosing class:
MatrixProject

public static final class MatrixProject.DescriptorImpl
extends AbstractProject.AbstractProjectDescriptor


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
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
MatrixProject.DescriptorImpl()
           
 
Method Summary
 List<AxisDescriptor> getAxisDescriptors()
          All AxisDescriptors that contribute to the UI.
 String getDisplayName()
          Human readable name of this kind of configurable object.
 List<MatrixExecutionStrategyDescriptor> getExecutionStrategyDescriptors()
           
 List<SCMCheckoutStrategyDescriptor> getMatrixRunCheckoutStrategyDescriptors()
           
 List<MatrixConfigurationSorterDescriptor> getSorterDescriptors()
          Deprecated. as of 1.456 This was only exposed for Jelly.
 MatrixProject newInstance(ItemGroup parent, String name)
          Creates a new TopLevelItem for the specified parent.
 
Methods inherited from class hudson.model.AbstractProject.AbstractProjectDescriptor
doAutoCompleteAssignedLabelString, doAutoCompleteUpstreamProjects, doCheckAssignedLabelString, doCheckCustomWorkspace, getApplicableSCMCheckoutStrategyDescriptors, isApplicable
 
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, newInstance, newInstance, testInstance
 
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
 

Constructor Detail

MatrixProject.DescriptorImpl

public MatrixProject.DescriptorImpl()
Method Detail

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 AxisDescriptors 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.