public class ViolationsToBitbucketServerConfig extends Object implements Serializable
| Constructor and Description |
|---|
ViolationsToBitbucketServerConfig() |
ViolationsToBitbucketServerConfig(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String projectKey,
String repoSlug,
String password,
String username,
String pullRequestId,
String bitbucketServerUrl,
List<ViolationConfig> violationConfigs) |
ViolationsToBitbucketServerConfig(ViolationsToBitbucketServerConfig rhs) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDefaults(ViolationsToBitbucketServerGlobalConfiguration defaults) |
boolean |
equals(Object obj) |
String |
getBitbucketServerUrl() |
boolean |
getCreateCommentWithAllSingleFileComments() |
boolean |
getCreateSingleFileComments() |
String |
getPassword() |
String |
getProjectKey() |
String |
getPullRequestId() |
String |
getRepoSlug() |
String |
getUsername() |
List<ViolationConfig> |
getViolationConfigs() |
int |
hashCode() |
void |
setBitbucketServerUrl(String bitbucketServerUrl) |
void |
setCreateCommentWithAllSingleFileComments(boolean createCommentWithAllSingleFileComments) |
void |
setCreateSingleFileComments(boolean createSingleFileComments) |
void |
setPassword(String password) |
void |
setProjectKey(String projectKey) |
void |
setPullRequestId(String string) |
void |
setRepoSlug(String repoSlug) |
void |
setUsername(String username) |
void |
setViolationConfigs(List<ViolationConfig> parsers) |
String |
toString() |
public ViolationsToBitbucketServerConfig()
public ViolationsToBitbucketServerConfig(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String projectKey,
String repoSlug,
String password,
String username,
String pullRequestId,
String bitbucketServerUrl,
List<ViolationConfig> violationConfigs)
public ViolationsToBitbucketServerConfig(ViolationsToBitbucketServerConfig rhs)
public void applyDefaults(ViolationsToBitbucketServerGlobalConfiguration defaults)
public String getBitbucketServerUrl()
public boolean getCreateCommentWithAllSingleFileComments()
public boolean getCreateSingleFileComments()
public String getPassword()
public String getProjectKey()
public String getPullRequestId()
public String getRepoSlug()
public String getUsername()
public List<ViolationConfig> getViolationConfigs()
public void setBitbucketServerUrl(String bitbucketServerUrl)
public void setCreateCommentWithAllSingleFileComments(boolean createCommentWithAllSingleFileComments)
public void setCreateSingleFileComments(boolean createSingleFileComments)
public void setPassword(String password)
public void setProjectKey(String projectKey)
public void setPullRequestId(String string)
public void setRepoSlug(String repoSlug)
public void setUsername(String username)
public void setViolationConfigs(List<ViolationConfig> parsers)
Copyright © 2004-2016. All Rights Reserved.