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:
  • Constructor Details

    • StepChecksAction

      @DataBoundConstructor public StepChecksAction(String label, String identifier)
      Creates an instance that wraps a newly constructed ChecksAction with according parameters.
      Parameters:
      label - label of the action to display in the checks report on SCMs
      identifier - identifier for the action, useful to identify which action is requested by users
  • Method Details

    • setDescription

      @DataBoundSetter public void setDescription(String description)
    • getLabel

      public String getLabel()
    • getDescription

      public String getDescription()
    • getIdentifier

      public String getIdentifier()
    • getAction

      public ChecksAction getAction()