Class GerritDependencyAction

java.lang.Object
hudson.model.InvisibleAction
com.sonyericsson.hudson.plugins.gerrit.trigger.dependency.GerritDependencyAction
All Implemented Interfaces:
Action, EnvironmentContributingAction, ModelObject

public class GerritDependencyAction extends InvisibleAction implements EnvironmentContributingAction
Adds Action that stores the data about dependency jobs.
  • Constructor Details

    • GerritDependencyAction

      public GerritDependencyAction(List<Run> runs)
      Saves the important information about the parent runs to be persistent. Stores string to keep the data even if original execution of parent job would be removed from history.
      Parameters:
      runs - List of runs it depend on
  • Method Details