com.atlassian.bamboo.v2.build
Class CurrentlyBuilding.ExecutableInfo
java.lang.Object
com.atlassian.bamboo.v2.build.CurrentlyBuilding.ExecutableInfo
- Enclosing interface:
- CurrentlyBuilding
@Immutable
public static final class CurrentlyBuilding.ExecutableInfo
- extends java.lang.Object
Executable information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentlyBuilding.ExecutableInfo
public CurrentlyBuilding.ExecutableInfo()
CurrentlyBuilding.ExecutableInfo
public CurrentlyBuilding.ExecutableInfo(java.util.Collection<BuildAgent> agents,
java.util.Collection<ElasticImageConfiguration> images,
boolean agentInfoInitialized)
getBuildAgents
public java.util.Collection<BuildAgent> getBuildAgents()
getActiveAgents
public java.lang.Iterable<BuildAgent> getActiveAgents()
getElasticImages
public java.util.Collection<ElasticImageConfiguration> getElasticImages()
isAgentInfoInitialized
public boolean isAgentInfoInitialized()
Copyright © 2011 Atlassian. All Rights Reserved.