@Extension public class ViolationsToBitbucketServerGlobalConfiguration extends jenkins.model.GlobalConfiguration implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
bitbucketServerUrl |
String |
password |
String |
projectKey |
String |
repoSlug |
String |
username |
| Constructor and Description |
|---|
ViolationsToBitbucketServerGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.ListBoxModel |
doFillUsernamePasswordCredentialsIdItems() |
static com.google.common.base.Optional<ViolationsToBitbucketServerGlobalConfiguration> |
get()
Returns this singleton instance.
|
String |
getBitbucketServerUrl() |
String |
getPassword() |
String |
getProjectKey() |
String |
getRepoSlug() |
String |
getUsername() |
String |
getUsernamePasswordCredentialsId() |
void |
setBitbucketServerUrl(String bitbucketServerUrl) |
void |
setPassword(String password) |
void |
setProjectKey(String projectKey) |
void |
setRepoSlug(String repoSlug) |
void |
setUsername(String username) |
void |
setUsernamePasswordCredentialsId(String usernamePasswordCredentialsId) |
String |
toString() |
all, getCategory, getDescriptor, getDisplayName, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 String bitbucketServerUrl
public String password
public String projectKey
public String repoSlug
public String username
public ViolationsToBitbucketServerGlobalConfiguration()
public static com.google.common.base.Optional<ViolationsToBitbucketServerGlobalConfiguration> get()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillUsernamePasswordCredentialsIdItems()
public String getBitbucketServerUrl()
public String getPassword()
public String getProjectKey()
public String getRepoSlug()
public String getUsername()
public String getUsernamePasswordCredentialsId()
@DataBoundSetter public void setBitbucketServerUrl(String bitbucketServerUrl)
@DataBoundSetter public void setPassword(String password)
@DataBoundSetter public void setProjectKey(String projectKey)
@DataBoundSetter public void setRepoSlug(String repoSlug)
@DataBoundSetter public void setUsername(String username)
public void setUsernamePasswordCredentialsId(String usernamePasswordCredentialsId)
Copyright © 2004-2017. All Rights Reserved.