@Extension
public static final class StashNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier | Constructor and Description |
|---|---|
|
DescriptorImpl() |
protected |
DescriptorImpl(boolean load) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckCredentialsId(String value,
hudson.model.Item project) |
hudson.util.FormValidation |
doCheckStashServerBaseUrl(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item project) |
String |
getCredentialsId() |
String |
getDisplayName() |
String |
getProjectKey() |
String |
getStashRootUrl() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
boolean |
isDisableInprogressNotification() |
boolean |
isIgnoreUnverifiedSsl() |
boolean |
isIncludeBuildNumberInKey() |
boolean |
isPrependParentProjectKey() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 DescriptorImpl()
protected DescriptorImpl(boolean load)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item project)
public String getStashRootUrl()
public boolean isDisableInprogressNotification()
public String getCredentialsId()
public boolean isIgnoreUnverifiedSsl()
public boolean isIncludeBuildNumberInKey()
public String getProjectKey()
public boolean isPrependParentProjectKey()
public hudson.util.FormValidation doCheckCredentialsId(@QueryParameter
String value,
@AncestorInPath
hudson.model.Item project)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckStashServerBaseUrl(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionCopyright © 2004-2016. All Rights Reserved.