Class TransientCauseManagement

    • Constructor Detail

      • TransientCauseManagement

        public TransientCauseManagement​(Item owner)
        Standard constructor.
        Parameters:
        owner - the "owner" of this action. Used to render the side panel.
    • Method Detail

      • getOwner

        public ModelObject getOwner()
        Description copied from class: CauseManagement
        The "owner" of this Action. Default this would be Hudson.getInstance() but if the class is included in some build or something we might want to be able to easier change the side panel for example.
        Overrides:
        getOwner in class CauseManagement
        Returns:
        the holder of the beer.
      • getOwnerUrl

        protected String getOwnerUrl()
        Description copied from class: CauseManagement
        Where to redirect after the form has been saved, probably to the owner.
        Overrides:
        getOwnerUrl in class CauseManagement
        Returns:
        the owner's URL or some place else to redirect the user after save.