public abstract class BaseCredentialsCLICommand
extends hudson.cli.CLICommand
| Constructor and Description |
|---|
BaseCredentialsCLICommand() |
| Modifier and Type | Method and Description |
|---|---|
protected static Credentials |
getCredentialsById(CredentialsStore store,
Domain domain,
String id) |
protected static Domain |
getDomainByName(CredentialsStore store,
String domain) |
protected static com.thoughtworks.xstream.io.HierarchicalStreamReader |
safeXmlStreamReader(InputStream stream) |
protected static com.thoughtworks.xstream.io.HierarchicalStreamReader |
safeXmlStreamReader(Source source) |
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getShortDescription, getSingleLineSummary, getTransportAuthentication, getUsage, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, run, setTransportAuth, shouldPerformAuthenticationprotected static Credentials getCredentialsById(CredentialsStore store, Domain domain, String id)
protected static Domain getDomainByName(CredentialsStore store, String domain)
protected static com.thoughtworks.xstream.io.HierarchicalStreamReader safeXmlStreamReader(InputStream stream) throws IOException
IOExceptionprotected static com.thoughtworks.xstream.io.HierarchicalStreamReader safeXmlStreamReader(Source source) throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.