|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jenkinsci.plugins.packagecloud.PackageCloudHelper
public class PackageCloudHelper
Helper for interacting with the PackageCloud client library
| Constructor Summary | |
|---|---|
PackageCloudHelper()
|
|
| Method Summary | |
|---|---|
io.packagecloud.client.PackageCloud |
configuredClient(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials creds)
Configured client. |
List<com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials> |
getCredentials()
Gets credentials. |
com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials |
getCredentialsForUser(String username)
Gets credentials for user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageCloudHelper()
| Method Detail |
|---|
public List<com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials> getCredentials()
public com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials getCredentialsForUser(String username)
username - the username
public io.packagecloud.client.PackageCloud configuredClient(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials creds)
creds - the creds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||