@Extension
public static class BuildPipelineTrigger.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Modifier and Type | Class and Description |
---|---|
static class |
BuildPipelineTrigger.DescriptorImpl.ItemListenerImpl
If a job is renamed, update all BuildPipelineTriggers with the new name.
|
Constructor and Description |
---|
BuildPipelineTrigger.DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
canAddParameters()
Returns true if it is possible to add parameters to the trigger.
|
hudson.util.FormValidation |
doCheckDownstreamProjectNames(hudson.model.AbstractProject project,
String value)
Validates that the downstream project names entered are valid projects.
|
List<hudson.model.Descriptor<hudson.plugins.parameterizedtrigger.AbstractBuildParameters>> |
getBuilderConfigDescriptors() |
String |
getDisplayName()
set the display name in post build action section of the job configuration page
|
String |
getHelpFile()
Set help text to "Build Pipeline Plugin -> Manually Execute Downstream Project" Post Build action in JOB configuration page
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean canAddParameters()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public String getHelpFile()
getHelpFile
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public hudson.util.FormValidation doCheckDownstreamProjectNames(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter(value="downstreamProjectNames") String value)
value
- - The entered project namesproject
- - the containing projectpublic List<hudson.model.Descriptor<hudson.plugins.parameterizedtrigger.AbstractBuildParameters>> getBuilderConfigDescriptors()
Copyright © 2004-2014. All Rights Reserved.