Class AbstractCheckRunFactory
java.lang.Object
io.jenkins.plugins.gerritchecksapi.rest.AbstractCheckRunFactory
- Direct Known Subclasses:
GerritMultiBranchCheckRunFactory,GerritTriggerCheckRunFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeActions(Run<?, ?> run) protected List<CheckResult> computeCheckResults(Run<?, ?> run) protected static StringcomputeFinishedTimeStamp(Run<?, ?> run) protected static io.jenkins.plugins.gerritchecksapi.rest.CheckRun.RunStatuscomputeStatus(Run<?, ?> run) abstract CheckRuncreate(PatchSetId ps, Job<?, ?> job, Run<?, ?> run, int attempt) protected StringgetAbsoluteRunUrl(Run<?, ?> run)
-
Constructor Details
-
AbstractCheckRunFactory
public AbstractCheckRunFactory()
-
-
Method Details
-
create
-
computeActions
-
computeStatus
protected static io.jenkins.plugins.gerritchecksapi.rest.CheckRun.RunStatus computeStatus(Run<?, ?> run) -
computeFinishedTimeStamp
-
computeCheckResults
-
getAbsoluteRunUrl
-