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,
String usernamePasswordCredentialsId,
boolean useUsernamePasswordCredentials,
boolean useUsernamePassword,
boolean commentOnlyChangedContent,
int commentOnlyChangedContentContext) |
ViolationsToBitbucketServerConfig(ViolationsToBitbucketServerConfig rhs) |
public ViolationsToBitbucketServerConfig()
@DataBoundConstructor
public ViolationsToBitbucketServerConfig(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String projectKey,
String repoSlug,
String password,
String username,
String pullRequestId,
String bitbucketServerUrl,
List<ViolationConfig> violationConfigs,
String usernamePasswordCredentialsId,
boolean useUsernamePasswordCredentials,
boolean useUsernamePassword,
boolean commentOnlyChangedContent,
int commentOnlyChangedContentContext)
public ViolationsToBitbucketServerConfig(ViolationsToBitbucketServerConfig rhs)
public void applyDefaults(ViolationsToBitbucketServerGlobalConfiguration defaults)
public String getBitbucketServerUrl()
public boolean getCommentOnlyChangedContent()
public int getCommentOnlyChangedContentContext()
public boolean getCreateCommentWithAllSingleFileComments()
public boolean getCreateSingleFileComments()
public String getPassword()
public String getProjectKey()
public String getPullRequestId()
public String getRepoSlug()
public String getUsername()
public String getUsernamePasswordCredentialsId()
public List<ViolationConfig> getViolationConfigs()
public boolean isUseUsernamePassword()
public boolean isUseUsernamePasswordCredentials()
public void setBitbucketServerUrl(String bitbucketServerUrl)
public void setCommentOnlyChangedContent(boolean commentOnlyChangedContent)
public void setCommentOnlyChangedContentContext(int commentOnlyChangedContentContext)
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 setUsernamePasswordCredentialsId(String usernamePasswordCredentialsId)
public void setUseUsernamePassword(boolean useUsernamePassword)
public void setUseUsernamePasswordCredentials(boolean useUsernamePasswordCredentials)
public void setViolationConfigs(List<ViolationConfig> parsers)
Copyright © 2004-2017. All Rights Reserved.