Class SshCredentials

java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T>
com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder<C>
com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials<SshCredentials,SshCredentialsProperties>
com.atlassian.bamboo.specs.builders.credentials.SshCredentials

public class SshCredentials extends com.atlassian.bamboo.specs.api.builders.credentials.SharedCredentials<SshCredentials,SshCredentialsProperties>
Represent shared SSH credentials. Shared SSH credentials can be used when defining authorisation of VCS repositories (e.g. GitRepository) and in certain tasks.
  • Constructor Details

    • SshCredentials

      public SshCredentials()
      Create new SSH credentials.
    • SshCredentials

      public SshCredentials(String name)
      Create new SSH credentials with name.
      Parameters:
      name - name of the credentials.
  • Method Details