Uses of Class
com.atlassian.bamboo.build.expiry.BuildExpiryType
-
Packages that use BuildExpiryType Package Description com.atlassian.bamboo.build.expiry -
-
Uses of BuildExpiryType in com.atlassian.bamboo.build.expiry
Fields in com.atlassian.bamboo.build.expiry declared as BuildExpiryType Modifier and Type Field Description static BuildExpiryTypeBuildExpiryType. ARTIFACT_BUILD_EXPIRY_TYPEstatic BuildExpiryTypeBuildExpiryType. BUILD_LOG_EXPIRY_TYPEstatic BuildExpiryTypeBuildExpiryType. NOTHING_BUILD_EXPIRY_TYPEstatic BuildExpiryTypeBuildExpiryType. RESULTS_BUILD_EXPIRY_TYPEFields in com.atlassian.bamboo.build.expiry with type parameters of type BuildExpiryType Modifier and Type Field Description static List<BuildExpiryType>BuildExpiryType. TYPESMethods in com.atlassian.bamboo.build.expiry that return types with arguments of type BuildExpiryType Modifier and Type Method Description List<BuildExpiryType>BuildExpiryAction. getBuildExpiryTypes()@NotNull Collection<BuildExpiryType>BuildExpiryConfig. getBuildExpiryTypes()Methods in com.atlassian.bamboo.build.expiry with parameters of type BuildExpiryType Modifier and Type Method Description static @NotNull StringCombinedExpiryConfig. getExpiryTypeLabelKey(@NotNull BuildExpiryType buildExpiryType, boolean withDeployments)Method parameters in com.atlassian.bamboo.build.expiry with type arguments of type BuildExpiryType Modifier and Type Method Description voidBuildExpiryConfig. setBuildExpiryTypes(Collection<BuildExpiryType> expiryTypes)Constructor parameters in com.atlassian.bamboo.build.expiry with type arguments of type BuildExpiryType Constructor Description BuildExpiryConfig(Collection<BuildExpiryType> expiryType, int duration, String period, int buildsToKeep)BuildExpiryConfig(Collection<BuildExpiryType> expiryType, int duration, String period, int buildsToKeep, String labelsToKeep)
-