com.atlassian.bamboo.build
Class BuildSuspensionCheckBean
java.lang.Object
com.atlassian.bamboo.build.BuildSuspensionCheckBean
public class BuildSuspensionCheckBean
- extends java.lang.Object
Used to check if the Bamboo license allows building or plan creation
Method Summary |
boolean |
isSuspended()
Checks if building has been suspended. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUILDING_SUSPENDED_ERROR_KEY
public static final java.lang.String BUILDING_SUSPENDED_ERROR_KEY
- See Also:
- Constant Field Values
BuildSuspensionCheckBean
public BuildSuspensionCheckBean(com.opensymphony.xwork.TextProvider textProvider,
AdministrationConfigurationManager administrationConfigurationManager,
AdminErrorHandler adminErrorHandler,
BambooLicenseManager bambooLicenseManager,
PlanManager planManager)
isSuspended
public boolean isSuspended()
- Checks if building has been suspended. If building has been suspended the
AdminErrorHandler
is updated with an error.
- Returns:
- suspended
Copyright © 2012 Atlassian. All Rights Reserved.