@Extension
public static final class BlockBuildJobProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteFinalDownstreamProjects(String value)
Auto completes the list of final downstream projects.
|
hudson.model.AutoCompletionCandidates |
doAutoCompleteFinalUpstreamProjects(String value)
Auto completes the list of final upstream projects.
|
hudson.util.FormValidation |
doCheckFinalDownstreamProjects(String value,
hudson.model.AbstractProject<?,?> context)
Checks the projects the end-user entered into a textbox are valid.
|
hudson.util.FormValidation |
doCheckFinalUpstreamProjects(String value,
hudson.model.AbstractProject<?,?> context)
Checks the projects the end-user entered into a textbox are valid.
|
hudson.util.FormValidation |
doCheckUseBlockBuildDownstreamProject(String value,
hudson.model.AbstractProject<?,?> context)
Validates useBlockBuildDownstreamProject check box.
|
hudson.util.FormValidation |
doCheckUseBlockBuildUpstreamProject(String value,
hudson.model.AbstractProject<?,?> context)
Validates useBlockBuildUpstreamProject check box.
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType)
Returns always true as it can be used in all types of jobs.
|
all, getPropertyDescriptors, newInstance
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable
in class hudson.model.JobPropertyDescriptor
jobType
- the job type to be checked if this property is applicable.public hudson.util.FormValidation doCheckUseBlockBuildUpstreamProject(@QueryParameter String value, @AncestorInPath hudson.model.AbstractProject<?,?> context)
value
- useBlockBuildUpstreamProject check boxcontext
- The current projectpublic hudson.util.FormValidation doCheckUseBlockBuildDownstreamProject(@QueryParameter String value, @AncestorInPath hudson.model.AbstractProject<?,?> context)
value
- useBlockBuildDownstreamProject check boxcontext
- The current projectpublic hudson.model.AutoCompletionCandidates doAutoCompleteFinalUpstreamProjects(@QueryParameter String value)
value
- the text the end-user typed into the textboxpublic hudson.model.AutoCompletionCandidates doAutoCompleteFinalDownstreamProjects(@QueryParameter String value)
value
- the text the end-user typed into the textboxpublic hudson.util.FormValidation doCheckFinalUpstreamProjects(@QueryParameter String value, @AncestorInPath hudson.model.AbstractProject<?,?> context)
value
- list of projects the end-user enteredcontext
- current projectpublic hudson.util.FormValidation doCheckFinalDownstreamProjects(@QueryParameter String value, @AncestorInPath hudson.model.AbstractProject<?,?> context)
value
- list of projects the end-user enteredcontext
- current projectCopyright © 2016–2017. All rights reserved.