Class UpdateSvnUrlBulkAction

    • Constructor Detail

      • UpdateSvnUrlBulkAction

        public UpdateSvnUrlBulkAction()
    • Method Detail

      • getKey

        @NotNull
        public @NotNull String getKey()
        Description copied from interface: BulkAction
        Unique identifier for the action
        Returns:
      • getTitle

        @NotNull
        public @NotNull String getTitle()
        Description copied from interface: BulkAction
        What the label for the bulk action is
        Returns:
      • getChangedItem

        @NotNull
        public @NotNull String getChangedItem()
        Description copied from interface: BulkAction
        Description of what will be changed as a result of this bulk action, also used as table heading to show what will be changed and what it has changed to
        Returns:
      • getViewAction

        @NotNull
        public @NotNull BulkAction.WebWorkAction getViewAction()
        Description copied from interface: BulkAction
        Action to run to get the view of the current value for this bulk action
        Returns:
      • getViewUpdatedAction

        @NotNull
        public @NotNull BulkAction.WebWorkAction getViewUpdatedAction()
        Description copied from interface: BulkAction
        Action to run to get the view of the updated value for this bulk action
        Returns:
      • getEditSnippetAction

        @NotNull
        public @NotNull BulkAction.WebWorkAction getEditSnippetAction()
        Description copied from interface: BulkAction
        Action to return the edit snippet (no form tags) edit the value. The snippet will not have access to any plan values
        Returns: