Class JobPropertyTrackerAction

java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.multibranch.JobPropertyTrackerAction
All Implemented Interfaces:
Action, ModelObject

public class JobPropertyTrackerAction extends InvisibleAction
Invisible action used for tracking what JobPropertys were defined in the Jenkinsfile in the last run of a job.
  • Constructor Details

    • JobPropertyTrackerAction

      public JobPropertyTrackerAction(@NonNull List<JobProperty> jobProperties)
  • Method Details

    • getJobPropertyDescriptors

      public Set<String> getJobPropertyDescriptors()
    • toString

      public String toString()
      Overrides:
      toString in class Object