@NameWith(value=ConduitCredentialsNameProvider.class, priority=50) public class ConduitCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements ConduitCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
ConduitCredentialsImpl.Descriptor |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorhudson.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ConduitCredentialsImpl(java.lang.String id,
java.lang.String url,
java.lang.String gateway,
java.lang.String description,
java.lang.String token) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGateway() |
hudson.util.Secret |
getToken() |
java.lang.String |
getUrl() |
equals, getDescription, getId, hashCodegetDescriptor, getScope@DataBoundConstructor
public ConduitCredentialsImpl(@CheckForNull
java.lang.String id,
@NonNull @CheckForNull
java.lang.String url,
@Nullable
java.lang.String gateway,
@CheckForNull
java.lang.String description,
@CheckForNull
java.lang.String token)
@NonNull public hudson.util.Secret getToken()
getToken in interface ConduitCredentials@Nullable public java.lang.String getGateway()
getGateway in interface ConduitCredentials@NonNull public java.lang.String getUrl()
getUrl in interface ConduitCredentials