Package io.jenkins.plugins.checks.steps
Class PublishChecksStep.StepChecksAction
java.lang.Object
hudson.model.AbstractDescribableImpl<PublishChecksStep.StepChecksAction>
io.jenkins.plugins.checks.steps.PublishChecksStep.StepChecksAction
- All Implemented Interfaces:
Describable<PublishChecksStep.StepChecksAction>
,Serializable
- Enclosing class:
- PublishChecksStep
public static class PublishChecksStep.StepChecksAction
extends AbstractDescribableImpl<PublishChecksStep.StepChecksAction>
implements Serializable
A simple wrapper for
ChecksAction
to allow users add checks actions by PublishChecksStep
.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Descriptor forPublishChecksStep.StepChecksAction
, required for Pipeline Snippet Generator. -
Constructor Summary
ConstructorDescriptionStepChecksAction
(String label, String identifier) Creates an instance that wraps a newly constructedChecksAction
with according parameters. -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
StepChecksAction
Creates an instance that wraps a newly constructedChecksAction
with according parameters.- Parameters:
label
- label of the action to display in the checks report on SCMsidentifier
- identifier for the action, useful to identify which action is requested by users
-
-
Method Details
-
setDescription
-
getLabel
-
getDescription
-
getIdentifier
-
getAction
-