public class Rancher2CredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements Rancher2Credentials
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Rancher2CredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| 构造器和说明 |
|---|
Rancher2CredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String endpoint,
boolean trustCert,
String bearerToken,
String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBearerToken() |
String |
getEndpoint() |
boolean |
isTrustCert() |
@DataBoundConstructor public Rancher2CredentialsImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @NonNull String endpoint, boolean trustCert, @NonNull String bearerToken, String description)
public String getEndpoint() throws IOException, InterruptedException
getEndpoint 在接口中 Rancher2CredentialsIOExceptionInterruptedExceptionpublic boolean isTrustCert()
throws IOException,
InterruptedException
isTrustCert 在接口中 Rancher2CredentialsIOExceptionInterruptedExceptionpublic String getBearerToken() throws IOException, InterruptedException
getBearerToken 在接口中 Rancher2CredentialsIOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.