Package | Description |
---|---|
com.rackspace.jenkins_nodepool | |
com.rackspace.jenkins_nodepool.models |
Modifier and Type | Method and Description |
---|---|
static NodePoolState |
NodePoolState.fromString(String stateString)
Converts a NodePool state string into a NodePoolState enum object.
|
NodePoolState |
NodeRequest.getState()
Returns the requested state value from the data model.
|
static NodePoolState |
NodePoolState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodePoolState[] |
NodePoolState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NodeRequest.updateState(NodePoolState state)
Updates the node request state to the specified value.
|
Modifier and Type | Method and Description |
---|---|
NodePoolState |
NodeRequestModel.getState() |
NodePoolState |
NodeModel.getState() |
Modifier and Type | Method and Description |
---|---|
void |
NodeRequestModel.setState(NodePoolState state) |
void |
NodeModel.setState(NodePoolState state) |
Constructor and Description |
---|
NodeModel(List<String> host_keys,
Double state_time,
Float created_time,
String launcher,
String allocated_to,
String pool,
String interface_ip,
Integer ssh_port,
String hostname,
String public_ipv6,
String public_ipv4,
String private_ipv4,
Integer connection_port,
String connection_type,
String cloud,
String image_id,
Long hold_expiration,
String hold_job,
String username,
String az,
String provider,
String external_id,
List<String> type,
String comment,
NodePoolState state,
String region,
String build_id) |
NodeRequestModel(List<String> node_types,
List<String> declined_by,
Double state_time,
Boolean reuse,
String requestor,
NodePoolState state,
List<String> nodes,
String jenkins_label,
String build_id) |
Copyright © 2016–2018. All rights reserved.