| Package | Description |
|---|---|
| com.spotify.helios.cli | |
| com.spotify.helios.cli.command |
| Modifier and Type | Method and Description |
|---|---|
static Target |
Target.from(URI endpoint)
Create a target from an explicit endpoint
|
| Modifier and Type | Method and Description |
|---|---|
static List<Target> |
Target.from(String srvName,
Iterable<String> domains)
Create targets for a list of domains
|
List<Target> |
CliParser.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
static HeliosClient |
Utils.getClient(Target target,
PrintStream err,
String username,
net.sourceforge.argparse4j.inf.Namespace options) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Target> |
TargetAndClient.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
int |
CliCommand.run(net.sourceforge.argparse4j.inf.Namespace options,
List<Target> targets,
PrintStream out,
PrintStream err,
String username,
boolean json,
BufferedReader stdin) |
int |
MultiTargetControlCommand.run(net.sourceforge.argparse4j.inf.Namespace options,
List<Target> targets,
PrintStream out,
PrintStream err,
String username,
boolean json,
BufferedReader stdin) |
int |
ControlCommand.run(net.sourceforge.argparse4j.inf.Namespace options,
List<Target> targets,
PrintStream out,
PrintStream err,
String username,
boolean json,
BufferedReader stdin) |
| Constructor and Description |
|---|
TargetAndClient(Target target,
HeliosClient client) |
Copyright © 2016. All rights reserved.