Class ProjectReference.OrderedProjectReferenceDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<AbstractProjectReference>
-
- hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
-
- hudson.plugins.project_inheritance.projects.references.SimpleProjectReference.SimpleProjectReferenceDescriptor
-
- hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
-
- Enclosing class:
- ProjectReference
@Extension public static class ProjectReference.OrderedProjectReferenceDescriptor extends SimpleProjectReference.SimpleProjectReferenceDescriptor
-
-
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.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
filters
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description OrderedProjectReferenceDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckBuilderPriority(String builderPriority)
FormValidation
doCheckBuildWrapperPriority(String buildWrapperPriority)
FormValidation
doCheckMiscPriority(String miscPriority)
FormValidation
doCheckParameterPriority(String parameterPriority)
FormValidation
doCheckPublisherPriority(String publisherPriority)
String
getDisplayName()
static FormValidation
isNumber(String val, String errMsg)
-
Methods inherited from class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
addReferenceFilter, doCheckName, doFillNameItems, getValuePage, internalFillNameItems, projectIsCompatible
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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 classSimpleProjectReference.SimpleProjectReferenceDescriptor
-
isNumber
public static FormValidation isNumber(String val, String errMsg)
-
doCheckParameterPriority
public FormValidation doCheckParameterPriority(@QueryParameter String parameterPriority)
-
doCheckBuildWrapperPriority
public FormValidation doCheckBuildWrapperPriority(@QueryParameter String buildWrapperPriority)
-
doCheckBuilderPriority
public FormValidation doCheckBuilderPriority(@QueryParameter String builderPriority)
-
doCheckPublisherPriority
public FormValidation doCheckPublisherPriority(@QueryParameter String publisherPriority)
-
doCheckMiscPriority
public FormValidation doCheckMiscPriority(@QueryParameter String miscPriority)
-
-