Class StashNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.stashNotifier.StashNotifier.DescriptorImpl
- Enclosing class:
- StashNotifier
@Symbol({"notifyBitbucket","notifyStash"})
@Extension
public static final class StashNotifier.DescriptorImpl
extends BuildStepDescriptor<Publisher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) doCheckCredentialsId
(String value, Item project) doCheckStashServerBaseUrl
(String value) doFillCredentialsIdItems
(Item project, String credentialsId) boolean
isApplicable
(Class<? extends AbstractProject> aClass) boolean
boolean
boolean
boolean
boolean
void
setConsiderUnstableAsSuccess
(boolean considerUnstableAsSuccess) void
setCredentialsId
(String credentialsId) void
setDisableInprogressNotification
(boolean disableInprogressNotification) void
setIgnoreUnverifiedSsl
(boolean ignoreUnverifiedSsl) void
setIncludeBuildNumberInKey
(boolean includeBuildNumberInKey) void
setPrependParentProjectKey
(boolean prependParentProjectKey) void
setStashRootUrl
(String stashRootUrl) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl() -
DescriptorImpl
protected DescriptorImpl(boolean load)
-
-
Method Details
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item project, @QueryParameter String credentialsId) -
isConsiderUnstableAsSuccess
public boolean isConsiderUnstableAsSuccess() -
setConsiderUnstableAsSuccess
@DataBoundSetter public void setConsiderUnstableAsSuccess(boolean considerUnstableAsSuccess) -
getCredentialsId
-
setCredentialsId
-
isDisableInprogressNotification
public boolean isDisableInprogressNotification() -
setDisableInprogressNotification
@DataBoundSetter public void setDisableInprogressNotification(boolean disableInprogressNotification) -
isIgnoreUnverifiedSsl
public boolean isIgnoreUnverifiedSsl() -
setIgnoreUnverifiedSsl
@DataBoundSetter public void setIgnoreUnverifiedSsl(boolean ignoreUnverifiedSsl) -
isIncludeBuildNumberInKey
public boolean isIncludeBuildNumberInKey() -
setIncludeBuildNumberInKey
@DataBoundSetter public void setIncludeBuildNumberInKey(boolean includeBuildNumberInKey) -
isPrependParentProjectKey
public boolean isPrependParentProjectKey() -
setPrependParentProjectKey
@DataBoundSetter public void setPrependParentProjectKey(boolean prependParentProjectKey) -
getStashRootUrl
-
setStashRootUrl
-
doCheckCredentialsId
public FormValidation doCheckCredentialsId(@QueryParameter String value, @AncestorInPath Item project) -
doCheckStashServerBaseUrl
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Publisher>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) - Overrides:
configure
in classDescriptor<Publisher>
-