Package io.jenkins.plugins.checks.api
Class ChecksAction
java.lang.Object
io.jenkins.plugins.checks.api.ChecksAction
An action of a check. It can be used to create actions like re-run or automatic formatting.
-
Constructor Summary
ConstructorDescriptionChecksAction
(String label, String description, String identifier) Creates aChecksAction
using the given parameters. -
Method Summary
-
Constructor Details
-
ChecksAction
public ChecksAction(@CheckForNull String label, @CheckForNull String description, @CheckForNull String identifier) Creates aChecksAction
using the given parameters.Note that for a GitHub check run, the
label
,description
, andidentifier
must not exceed 20, 40, and 20 characters.- Parameters:
label
- the text to be displayed on a button in web UIdescription
- a short explanation of what this action would doidentifier
- a reference for the action on the integrator's system
-
-
Method Details