Class InheritanceRebuildAction

  • All Implemented Interfaces:
    Action, ModelObject

    public class InheritanceRebuildAction
    extends Object
    implements Action
    This class implements the actions that are necessary to rebuild a parameterised, inheritable job.

    Do note that this method could also be made much more generic to suit all possible AbstractBuild types. This would make it a suitable, complete and improved replacement for the old 2010 "Rebuilder" plugin, as that one can only rebuild jobs with a limited set of parameter-types. TODO: Explore if such a generality is possible. It should be.

    Author:
    mhschroe
    • Constructor Detail

      • InheritanceRebuildAction

        public InheritanceRebuildAction()