Class PublishChecksStep.StepChecksAction

    • Constructor Detail

      • 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 Detail

      • setDescription

        @DataBoundSetter
        public void setDescription​(String description)
      • getLabel

        public String getLabel()
      • getDescription

        public String getDescription()
      • getIdentifier

        public String getIdentifier()