Uses of Interface
com.atlassian.bamboo.build.monitoring.BuildHungDetails

Packages that use BuildHungDetails
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
 class BuildHungDetailsImpl
           
 

Uses of BuildHungDetails in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return BuildHungDetails
 BuildHungDetails CurrentlyBuilding.getBuildHangDetails()
          Details about the build if it hung.
 BuildHungDetails CurrentlyBuildingImpl.getBuildHangDetails()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type BuildHungDetails
 void CurrentlyBuilding.setBuildHangDetails(BuildHungDetails buildHungDetails)
          Set the details if the build was detected to be hung.
 void CurrentlyBuildingImpl.setBuildHangDetails(BuildHungDetails buildHungDetails)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.