Class PartialBuildAction

  • All Implemented Interfaces:
    Action, ModelObject

    public class PartialBuildAction
    extends InvisibleAction
    implements Action
    Action used for starting partial pipeline builds (only a small part of the entire pipeline will be built. The chosen jobs define the starting nodes from which the build will progress)
    • Field Detail

      • graphJobsToBuild

        public final transient List<String> graphJobsToBuild
    • Constructor Detail

      • PartialBuildAction

        public PartialBuildAction​(List<String> graphJobsToBuild)