org.jenkins.plugins.cloudbees
Class CloudbeesAccount

java.lang.Object
  extended by org.jenkins.plugins.cloudbees.CloudbeesAccount

public class CloudbeesAccount
extends Object

Version:
$
Author:
Olivier Lamy

Field Summary
 String apiKey
           
 String name
           
 String secretKey
           
 
Constructor Summary
CloudbeesAccount(String name, String apiKey, String secretKey)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

apiKey

public final String apiKey

secretKey

public final String secretKey
Constructor Detail

CloudbeesAccount

@DataBoundConstructor
public CloudbeesAccount(String name,
                                             String apiKey,
                                             String secretKey)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011. All Rights Reserved.