Class AbstractCheckRunFactory
- java.lang.Object
-
- io.jenkins.plugins.gerritchecksapi.rest.AbstractCheckRunFactory
-
- Direct Known Subclasses:
GerritMultiBranchCheckRunFactory
,GerritTriggerCheckRunFactory
public abstract class AbstractCheckRunFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractCheckRunFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract List<Action>
computeActions(Run<?,?> run)
protected List<CheckResult>
computeCheckResults(Run<?,?> run)
protected static String
computeFinishedTimeStamp(Run<?,?> run)
protected static io.jenkins.plugins.gerritchecksapi.rest.CheckRun.RunStatus
computeStatus(Run<?,?> run)
abstract CheckRun
create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
protected String
getAbsoluteRunUrl(Run<?,?> run)
-
-
-
Method Detail
-
create
public abstract CheckRun create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
-
computeStatus
protected static io.jenkins.plugins.gerritchecksapi.rest.CheckRun.RunStatus computeStatus(Run<?,?> run)
-
computeCheckResults
protected List<CheckResult> computeCheckResults(Run<?,?> run)
-
-