public class IssuesCollector
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.util.regex.Pattern |
REVISION_NOT_EXIST |
| Constructor and Description |
|---|
IssuesCollector() |
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.build.api.Issues |
collectIssues(java.io.File execDir,
org.jfrog.build.api.util.Log logger,
java.lang.String config,
ArtifactoryManagerBuilder artifactoryManagerBuilder,
java.lang.String buildName,
org.jfrog.build.api.Vcs vcs,
java.lang.String project)
Main function that manages the issue collection process.
|
static java.util.regex.Pattern |
getRevisionNotExistPattern() |
public static java.util.regex.Pattern getRevisionNotExistPattern()
public org.jfrog.build.api.Issues collectIssues(java.io.File execDir,
org.jfrog.build.api.util.Log logger,
java.lang.String config,
ArtifactoryManagerBuilder artifactoryManagerBuilder,
java.lang.String buildName,
org.jfrog.build.api.Vcs vcs,
java.lang.String project)
throws java.lang.InterruptedException,
java.io.IOException
java.lang.InterruptedExceptionjava.io.IOException