@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public class ChecksAction extends Object
| 构造器和说明 |
|---|
ChecksAction(String label,
String description,
String identifier)
Creates a
ChecksAction using the given parameters. |
public ChecksAction(@Nullable
String label,
@Nullable
String description,
@Nullable
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.