public class ViolationsToGitHubConfig extends Object implements Serializable
| Constructor and Description |
|---|
ViolationsToGitHubConfig() |
ViolationsToGitHubConfig(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String repositoryName,
String repositoryOwner,
String password,
String username,
String oAuth2Token,
String pullRequestId,
String gitHubUrl,
boolean commentOnlyChangedContent,
List<ViolationConfig> violationConfigs) |
ViolationsToGitHubConfig(ViolationsToGitHubConfig rhs) |
public ViolationsToGitHubConfig()
public ViolationsToGitHubConfig(ViolationsToGitHubConfig rhs)
public ViolationsToGitHubConfig(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String repositoryName,
String repositoryOwner,
String password,
String username,
String oAuth2Token,
String pullRequestId,
String gitHubUrl,
boolean commentOnlyChangedContent,
List<ViolationConfig> violationConfigs)
public String getOAuth2Token()
public String getUsername()
public String getPassword()
public void setoAuth2Token(String oAuth2Token)
public String getRepositoryOwner()
public String getRepositoryName()
public List<ViolationConfig> getViolationConfigs()
public boolean getCreateCommentWithAllSingleFileComments()
public boolean getCreateSingleFileComments()
public void setViolationConfigs(List<ViolationConfig> parsers)
public void setPullRequestId(String string)
public String getPullRequestId()
public String getGitHubUrl()
public void setUsername(String username)
public void setPassword(String password)
public void setCreateCommentWithAllSingleFileComments(boolean createCommentWithAllSingleFileComments)
public void setCreateSingleFileComments(boolean createSingleFileComments)
public void setRepositoryName(String repositoryName)
public void setRepositoryOwner(String repositoryOwner)
public void setGitHubUrl(String gitHubUrl)
public boolean getCommentOnlyChangedContent()
public void setCommentOnlyChangedContent(boolean commentOnlyChangedContent)
public void applyDefaults(ViolationsToGitHubConfiguration defaults)
Copyright © 2004-2016. All Rights Reserved.