com.atlassian.bamboo.v2.build
Class CurrentlyBuilding.ExecutableInfo

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.CurrentlyBuilding.ExecutableInfo
Enclosing interface:
CurrentlyBuilding

@Immutable
public static final class CurrentlyBuilding.ExecutableInfo
extends java.lang.Object

Executable information.


Constructor Summary
CurrentlyBuilding.ExecutableInfo()
           
CurrentlyBuilding.ExecutableInfo(java.util.Collection<BuildAgent> agents, java.util.Collection<ElasticImageConfiguration> images, boolean agentInfoInitialized)
           
 
Method Summary
 java.lang.Iterable<BuildAgent> getActiveAgents()
           
 java.util.Collection<BuildAgent> getBuildAgents()
           
 java.util.Collection<ElasticImageConfiguration> getElasticImages()
           
 boolean isAgentInfoInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentlyBuilding.ExecutableInfo

public CurrentlyBuilding.ExecutableInfo()

CurrentlyBuilding.ExecutableInfo

public CurrentlyBuilding.ExecutableInfo(java.util.Collection<BuildAgent> agents,
                                        java.util.Collection<ElasticImageConfiguration> images,
                                        boolean agentInfoInitialized)
Method Detail

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 © 2010 Atlassian. All Rights Reserved.