Uses of Enum Class
com.atlassian.bamboo.deployments.expiry.DeploymentExpiryType
Packages that use DeploymentExpiryType
-
Uses of DeploymentExpiryType in com.atlassian.bamboo.deployments.expiry
Methods in com.atlassian.bamboo.deployments.expiry that return DeploymentExpiryTypeModifier and TypeMethodDescriptionstatic DeploymentExpiryTypeReturns the enum constant of this class with the specified name.static DeploymentExpiryType[]DeploymentExpiryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.deployments.expiry that return types with arguments of type DeploymentExpiryTypeModifier and TypeMethodDescription@NotNull Set<DeploymentExpiryType>DeploymentExpiryConfig.getExpiryTypes()Methods in com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentExpiryTypeModifier and TypeMethodDescriptionDeploymentExpiryConfigBuilder.withExpiryType(DeploymentExpiryType expiryType) Method parameters in com.atlassian.bamboo.deployments.expiry with type arguments of type DeploymentExpiryTypeModifier and TypeMethodDescriptionDeploymentExpiryConfigBuilder.withExpiryTypes(@NotNull Iterable<DeploymentExpiryType> expiryTypes)