public class ChecksAction extends Object
| Constructor and Description |
|---|
ChecksAction(String label,
String description,
String identifier)
Creates a
ChecksAction using the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDescription() |
Optional<String> |
getIdentifier() |
Optional<String> |
getLabel() |
String |
toString() |
public ChecksAction(@CheckForNull
String label,
@CheckForNull
String description,
@CheckForNull
String identifier)
ChecksAction using the given parameters.
Note that for a GitHub check run, the label, description, and identifier must not
exceed 20, 40, and 20 characters.
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 systemCopyright © 2016–2020. All rights reserved.