public class DropboxTokenImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements DropboxToken
Modifier and Type | Class and Description |
---|---|
static class |
DropboxTokenImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
DropboxToken.NameProvider
Constructor and Description |
---|
DropboxTokenImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
hudson.util.Secret authorizationCode,
String description) |
Modifier and Type | Method and Description |
---|---|
hudson.util.Secret |
getAccessCode() |
hudson.util.Secret |
getAuthorizationCode() |
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@DataBoundConstructor public DropboxTokenImpl(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, @Nonnull hudson.util.Secret authorizationCode, String description) throws IOException
IOException
@Nonnull public hudson.util.Secret getAuthorizationCode()
getAuthorizationCode
in interface DropboxToken
@Nonnull public hudson.util.Secret getAccessCode()
getAccessCode
in interface DropboxToken
Copyright © 2016–2018. All rights reserved.