Class GerritTriggerCheckRunFactory
- java.lang.Object
-
- io.jenkins.plugins.gerritchecksapi.rest.AbstractCheckRunFactory
-
- io.jenkins.plugins.gerritchecksapi.rest.GerritTriggerCheckRunFactory
-
public class GerritTriggerCheckRunFactory extends AbstractCheckRunFactory
-
-
Constructor Summary
Constructors Constructor Description GerritTriggerCheckRunFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Action>
computeActions(Run<?,?> run)
CheckRun
create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
-
Methods inherited from class io.jenkins.plugins.gerritchecksapi.rest.AbstractCheckRunFactory
computeCheckResults, computeFinishedTimeStamp, computeStatus, getAbsoluteRunUrl
-
-
-
-
Method Detail
-
create
public CheckRun create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
- Specified by:
create
in classAbstractCheckRunFactory
-
computeActions
protected List<Action> computeActions(Run<?,?> run)
- Specified by:
computeActions
in classAbstractCheckRunFactory
-
-