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 TypeMethodDescriptionvoid
describe
(String awsCredentialsId, String regionName, String endpoint, ListBoxModel model, String selectedId, boolean showAll) getStateBatch
(String awsCredentialsId, String regionName, String endpoint, Collection<String> ids) void
modify
(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:
getStateBatch
in interfaceEC2Fleet
-
isAutoScalingGroup
- Specified by:
isAutoScalingGroup
in interfaceEC2Fleet
-