Package | Description |
---|---|
com.cloudbees.jenkins.plugins.sshcredentials |
Modifier and Type | Method and Description |
---|---|
SSHUserListBoxModel |
SSHUserListBoxModel.add(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials u)
Deprecated.
use
AbstractIdCredentialsListBoxModel.with(com.cloudbees.plugins.credentials.common.IdCredentials) |
SSHUserListBoxModel |
SSHUserListBoxModel.addCollection(Collection<? extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> col)
Deprecated.
use
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher, Iterable) or AbstractIdCredentialsListBoxModel.withAll(Iterable) |
SSHUserListBoxModel |
SSHUserListBoxModel.addSystemScopeCredentials()
Deprecated.
|
SSHUserListBoxModel |
SSHUserListBoxModel.withSystemScopeCredentials()
Adds all the system-scoped credentials (they will be filtered with
SSHAuthenticator.matcher()
implicitly). |
SSHUserListBoxModel |
SSHUserListBoxModel.withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher,
com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements)
Adds all the system-scoped credentials.
|
SSHUserListBoxModel |
SSHUserListBoxModel.withSystemScopeCredentials(com.cloudbees.plugins.credentials.CredentialsMatcher matcher,
List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
Adds all the system-scoped credentials.
|
SSHUserListBoxModel |
SSHUserListBoxModel.withSystemScopeCredentials(com.cloudbees.plugins.credentials.domains.DomainRequirement... domainRequirements)
Adds all the system-scoped credentials (they will be filtered with
SSHAuthenticator.matcher()
implicitly). |
SSHUserListBoxModel |
SSHUserListBoxModel.withSystemScopeCredentials(List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
Adds all the system-scoped credentials (they will be filtered with
SSHAuthenticator.matcher()
implicitly). |
Copyright © 2014. All rights reserved.