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) |
ViolationsToBitbucketServerConfig(ViolationsToBitbucketServerConfig rhs) |
public ViolationsToBitbucketServerConfig()
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)
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 String getUsernamePasswordCredentialsId()
public List<ViolationConfig> getViolationConfigs()
public boolean isUseUsernamePassword()
public boolean isUseUsernamePasswordCredentials()
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 setUsernamePasswordCredentialsId(String usernamePasswordCredentialsId)
public void setUseUsernamePassword(boolean useUsernamePassword)
public void setUseUsernamePasswordCredentials(boolean useUsernamePasswordCredentials)
public void setViolationConfigs(List<ViolationConfig> parsers)
Copyright © 2004-2016. All Rights Reserved.