@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(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) |
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic 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(@QueryParameter(value="downstreamProjectNames")
String value)
value - - The entered project namespublic List<hudson.model.Descriptor<hudson.plugins.parameterizedtrigger.AbstractBuildParameters>> getBuilderConfigDescriptors()
Copyright © 2004-2013 Hudson. All Rights Reserved.