| Package | Description |
|---|---|
| com.amazon.jenkins.ec2fleet | |
| com.amazon.jenkins.ec2fleet.fleet |
| Modifier and Type | Method and Description |
|---|---|
FleetStateStats |
EC2FleetCloud.update()
Perform sync of plugin data with EC2 Spot Fleet state.
|
| Constructor and Description |
|---|
FleetStateStats(FleetStateStats stats,
int numDesired) |
| Modifier and Type | Method and Description |
|---|---|
FleetStateStats |
EC2Fleet.getState(String awsCredentialsId,
String regionName,
String endpoint,
String id) |
FleetStateStats |
AutoScalingGroupFleet.getState(String awsCredentialsId,
String regionName,
String endpoint,
String id) |
FleetStateStats |
EC2SpotFleet.getState(String awsCredentialsId,
String regionName,
String endpoint,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FleetStateStats> |
EC2Fleet.getStateBatch(String awsCredentialsId,
String regionName,
String endpoint,
Collection<String> ids) |
Map<String,FleetStateStats> |
AutoScalingGroupFleet.getStateBatch(String awsCredentialsId,
String regionName,
String endpoint,
Collection<String> ids) |
Map<String,FleetStateStats> |
EC2SpotFleet.getStateBatch(String awsCredentialsId,
String regionName,
String endpoint,
Collection<String> ids) |
Copyright © 2016–2020. All rights reserved.