@Extension
public static class BuildTriggerStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteJob(hudson.model.ItemGroup<?> container,
String value) |
hudson.util.FormValidation |
doCheckJob(hudson.model.ItemGroup<?> context,
String value) |
hudson.util.FormValidation |
doCheckPropagate(boolean value,
boolean wait) |
hudson.util.FormValidation |
doCheckWait(hudson.model.ItemGroup<?> context,
boolean value,
String job) |
String |
getContext() |
String |
getDisplayName() |
String |
getFunctionName() |
org.jenkinsci.plugins.workflow.steps.Step |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
getExecutionType, getRequiredContextall, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiateaddHelpFileRedirect, 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, toMappublic org.jenkinsci.plugins.workflow.steps.Step newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>hudson.model.Descriptor.FormExceptionpublic String getFunctionName()
getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>public hudson.model.AutoCompletionCandidates doAutoCompleteJob(@AncestorInPath
hudson.model.ItemGroup<?> container,
@QueryParameter
String value)
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public String getContext()
public hudson.util.FormValidation doCheckPropagate(@QueryParameter
boolean value,
@QueryParameter
boolean wait)
public hudson.util.FormValidation doCheckWait(@AncestorInPath
hudson.model.ItemGroup<?> context,
@QueryParameter
boolean value,
@QueryParameter
String job)
public hudson.util.FormValidation doCheckJob(@AncestorInPath
hudson.model.ItemGroup<?> context,
@QueryParameter
String value)
Copyright © 2016–2017. All rights reserved.