Class StashNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<Publisher>
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 TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) doCheckCredentialsId(String value, Item project) doCheckStashServerBaseUrl(String value) doFillCredentialsIdItems(Item project, String credentialsId) booleanisApplicable(Class<? extends AbstractProject> aClass) booleanbooleanbooleanbooleanbooleanvoidsetConsiderUnstableAsSuccess(boolean considerUnstableAsSuccess) voidsetCredentialsId(String credentialsId) voidsetDisableInprogressNotification(boolean disableInprogressNotification) voidsetIgnoreUnverifiedSsl(boolean ignoreUnverifiedSsl) voidsetIncludeBuildNumberInKey(boolean includeBuildNumberInKey) voidsetPrependParentProjectKey(boolean prependParentProjectKey) voidsetStashRootUrl(String stashRootUrl) Methods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, 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:
isApplicablein classBuildStepDescriptor<Publisher>
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Publisher>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) - Overrides:
configurein classDescriptor<Publisher>
-