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
Nested ClassesModifier and TypeClassDescriptionstatic classDescriptor forPublishChecksStep.StepChecksAction, required for Pipeline Snippet Generator. -
Constructor Summary
ConstructorsConstructorDescriptionStepChecksAction(String label, String identifier) Creates an instance that wraps a newly constructedChecksActionwith according parameters. -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
StepChecksAction
Creates an instance that wraps a newly constructedChecksActionwith 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
-