public static final class StashBuildTrigger.DescriptorImpl
extends hudson.triggers.TriggerDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CI_BUILD_PHRASES |
static String |
DEFAULT_CI_SKIP_PHRASES |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item context,
String stashHost) |
String |
getDisplayName() |
boolean |
getEnablePipelineSupport() |
boolean |
isApplicable(hudson.model.Item item) |
void |
setEnablePipelineSupport(boolean enablePipelineSupport) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String DEFAULT_CI_SKIP_PHRASES
public static final String DEFAULT_CI_BUILD_PHRASES
public boolean getEnablePipelineSupport()
@DataBoundSetter public void setEnablePipelineSupport(boolean enablePipelineSupport)
public boolean isApplicable(hudson.model.Item item)
isApplicable in class hudson.triggers.TriggerDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.triggers.Trigger<?>>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.triggers.Trigger<?>>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item context,
@QueryParameter
String stashHost)
Copyright © 2016–2020. All rights reserved.