Class EC2SpotFleet
java.lang.Object
com.amazon.jenkins.ec2fleet.fleet.EC2SpotFleet
- All Implemented Interfaces:
EC2Fleet
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html#spot-fleet-states
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribe(String awsCredentialsId, String regionName, String endpoint, ListBoxModel model, String selectedId, boolean showAll) getStateBatch(String awsCredentialsId, String regionName, String endpoint, Collection<String> ids) voidmodify(String awsCredentialsId, String regionName, String endpoint, String id, int targetCapacity, int min, int max)
-
Constructor Details
-
EC2SpotFleet
public EC2SpotFleet()
-
-
Method Details
-
describe
public void describe(String awsCredentialsId, String regionName, String endpoint, ListBoxModel model, String selectedId, boolean showAll) -
modify
-
getState
public FleetStateStats getState(String awsCredentialsId, String regionName, String endpoint, String id) -
getStateBatch
public Map<String,FleetStateStats> getStateBatch(String awsCredentialsId, String regionName, String endpoint, Collection<String> ids) - Specified by:
getStateBatchin interfaceEC2Fleet
-
isAutoScalingGroup
- Specified by:
isAutoScalingGroupin interfaceEC2Fleet
-