io.loader.jenkins.impl
Class LoaderCredentialImpl

java.lang.Object
  extended by com.cloudbees.plugins.credentials.BaseCredentials
      extended by io.loader.jenkins.AbstractLoaderioCredential
          extended by io.loader.jenkins.impl.LoaderCredentialImpl
All Implemented Interfaces:
com.cloudbees.plugins.credentials.Credentials, hudson.model.Describable<com.cloudbees.plugins.credentials.Credentials>, LoaderCredential, Serializable

public class LoaderCredentialImpl
extends AbstractLoaderioCredential

See Also:
Serialized Form

Nested Class Summary
static class LoaderCredentialImpl.DescriptorImpl
           
 
Constructor Summary
LoaderCredentialImpl(String apiKey, String description)
           
 
Method Summary
 hudson.util.Secret getApiKey()
           
 String getDescription()
           
 
Methods inherited from class io.loader.jenkins.AbstractLoaderioCredential
getId
 
Methods inherited from class com.cloudbees.plugins.credentials.BaseCredentials
getDescriptor, getScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cloudbees.plugins.credentials.Credentials
getDescriptor, getScope
 

Constructor Detail

LoaderCredentialImpl

@DataBoundConstructor
public LoaderCredentialImpl(String apiKey,
                                                 String description)
Method Detail

getDescription

public String getDescription()

getApiKey

public hudson.util.Secret getApiKey()


Copyright © 2004-2013 SendGrid Labs. All Rights Reserved.