Uses of Interface
com.atlassian.bamboo.build.monitoring.BuildHungDetails
-
Packages that use BuildHungDetails Package Description com.atlassian.bamboo.build.monitoring com.atlassian.bamboo.v2.build -
-
Uses of BuildHungDetails in com.atlassian.bamboo.build.monitoring
Classes in com.atlassian.bamboo.build.monitoring that implement BuildHungDetails Modifier and Type Class Description class
BuildHungDetailsImpl
-
Uses of BuildHungDetails in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return BuildHungDetails Modifier and Type Method Description @Nullable BuildHungDetails
CurrentlyBuilding. getBuildHangDetails()
Details about the build if it hung.@Nullable BuildHungDetails
CurrentlyBuildingImpl. getBuildHangDetails()
Methods in com.atlassian.bamboo.v2.build with parameters of type BuildHungDetails Modifier and Type Method Description void
CurrentlyBuilding. setBuildHangDetails(@Nullable BuildHungDetails buildHungDetails)
Set the details if the build was detected to be hung.void
CurrentlyBuildingImpl. setBuildHangDetails(@Nullable BuildHungDetails buildHungDetails)
-