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