public class JvctsStashClient extends Object
| Constructor and Description |
|---|
JvctsStashClient(ViolationsToStashConfig config,
hudson.model.BuildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
commentCommit(String changedFile,
int line,
String message) |
void |
commentPullRequest(String changedFile,
int line,
String message) |
List<String> |
getChangedFileInCommit() |
List<String> |
getChangedFileInPullRequest() |
void |
removeCommentsCommit(String changedFile) |
void |
removeCommentsFromPullRequest(String changedFile) |
static void |
setStashInvoker(StashInvoker stashInvoker) |
public JvctsStashClient(ViolationsToStashConfig config, hudson.model.BuildListener listener)
public static void setStashInvoker(StashInvoker stashInvoker)
public void removeCommentsFromPullRequest(String changedFile)
public void removeCommentsCommit(String changedFile)
Copyright © 2004-2015. All Rights Reserved.