Class CreateSharedCredentials

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.configuration.GlobalAdminAction
com.atlassian.bamboo.configuration.credentials.CreateSharedCredentials
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, 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.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class CreateSharedCredentials extends GlobalAdminAction implements com.opensymphony.xwork2.Preparable
See Also:
  • Constructor Details

    • CreateSharedCredentials

      public CreateSharedCredentials()
  • Method Details

    • prepare

      public void prepare() throws Exception
      Specified by:
      prepare in interface com.opensymphony.xwork2.Preparable
      Throws:
      Exception
    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getCreateCredentialsKey

      public String getCreateCredentialsKey()
    • setCreateCredentialsKey

      public void setCreateCredentialsKey(String createCredentialsKey)
    • getCredentialsName

      public String getCredentialsName()
    • setCredentialsName

      public void setCredentialsName(String credentialsName)
    • getEditHtml

      public String getEditHtml()
    • getCredentialsType

      public String getCredentialsType()
    • setCredentialsManager

      public void setCredentialsManager(CredentialsManager credentialsManager)
    • setCredentialsUIConfigBean

      public void setCredentialsUIConfigBean(CredentialsUIConfigBean credentialsUIConfigBean)