Class ElasticInstanceStartedAnalyticsEvent
- java.lang.Object
-
- com.atlassian.bamboo.event.analytics.ElasticInstanceStartedAnalyticsEvent
-
@AsynchronousPreferred public class ElasticInstanceStartedAnalyticsEvent extends Object
Analytics event published when an elastic instance is started.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ElasticInstanceStartedAnalyticsEvent.OsType
-
Constructor Summary
Constructors Constructor Description ElasticInstanceStartedAnalyticsEvent(ElasticImageConfiguration elasticImageConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElasticInstanceStartedAnalyticsEvent.OsType
getOs()
com.atlassian.aws.ec2.awssdk.AwsSupportConstants.RootDeviceType
getRootDeviceType()
com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Virtualisation
getVirtualisationType()
boolean
isHasStartupScript()
boolean
isStockImage()
-
-
-
Constructor Detail
-
ElasticInstanceStartedAnalyticsEvent
public ElasticInstanceStartedAnalyticsEvent(ElasticImageConfiguration elasticImageConfiguration)
-
-
Method Detail
-
getOs
public ElasticInstanceStartedAnalyticsEvent.OsType getOs()
-
getRootDeviceType
public com.atlassian.aws.ec2.awssdk.AwsSupportConstants.RootDeviceType getRootDeviceType()
-
getVirtualisationType
public com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Virtualisation getVirtualisationType()
-
isStockImage
public boolean isStockImage()
-
isHasStartupScript
public boolean isHasStartupScript()
-
-