Package | Description |
---|---|
org.jenkinsci.plugins.jvctg | |
org.jenkinsci.plugins.jvctg.config |
Constructor and Description |
---|
ViolationsToGitHubRecorder(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String repositoryName,
String repositoryOwner,
String password,
String username,
String oAuth2Token,
String pullRequestId,
String gitHubUrl,
boolean commentOnlyChangedContent,
List<ViolationConfig> violationConfigs,
String usernamePasswordCredentialsId,
boolean useOAuth2Token,
boolean useUsernamePasswordCredentials,
boolean useUsernamePassword) |
Modifier and Type | Method and Description |
---|---|
List<ViolationConfig> |
ViolationsToGitHubConfig.getViolationConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
ViolationsToGitHubConfig.setViolationConfigs(List<ViolationConfig> parsers) |
Constructor and Description |
---|
ViolationsToGitHubConfig(boolean createSingleFileComments,
boolean createCommentWithAllSingleFileComments,
String repositoryName,
String repositoryOwner,
String password,
String username,
String oAuth2Token,
String pullRequestId,
String gitHubUrl,
boolean commentOnlyChangedContent,
List<ViolationConfig> violationConfigs,
String usernamePasswordCredentialsId,
boolean useOAuth2Token,
boolean useUsernamePasswordCredentials,
boolean useUsernamePassword) |
Copyright © 2004-2016. All Rights Reserved.