Package | Description |
---|---|
org.jenkinsci.plugins.jvctg.config |
Modifier and Type | Method and Description |
---|---|
static List<ViolationConfig> |
ViolationsToGitHubConfigHelper.getAllViolationConfigs() |
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,
String oAuth2TokenCredentialsId,
boolean useOAuth2TokenCredentialsIdCredentials) |
Copyright © 2004-2017. All Rights Reserved.