Class UpdateSvnCredentialsBulkAction

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BulkAction, BulkActionScope, RepositoryAwareBulkAction, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class UpdateSvnCredentialsBulkAction extends SvnBulkAction
See Also:
  • Constructor Details

    • UpdateSvnCredentialsBulkAction

      public UpdateSvnCredentialsBulkAction()
  • Method Details

    • 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:
    • getNewUsername

      public String getNewUsername(Map<String,String[]> params)
    • getNewAuthType

      public String getNewAuthType(Map<String,String[]> params)
    • getNewSshKeyFile

      public String getNewSshKeyFile(Map<String,String[]> params)
    • getNewSslKeyFile

      public String getNewSslKeyFile(Map<String,String[]> params)
    • populateActionParameters

      public void populateActionParameters(@NotNull @NotNull ActionParametersMap actionParameters, @NotNull @NotNull ImmutablePlan plan, @NotNull @NotNull PlanRepositoryDefinition repositoryDefinition)
      Specified by:
      populateActionParameters in interface RepositoryAwareBulkAction
      Overrides:
      populateActionParameters in class AbstractRepositoryBulkAction