com.atlassian.bamboo.builder
Class DefaultJdkManager

java.lang.Object
  extended by com.atlassian.bamboo.builder.DefaultJdkManager
All Implemented Interfaces:
JdkManager

public class DefaultJdkManager
extends java.lang.Object
implements JdkManager


Constructor Summary
DefaultJdkManager()
           
 
Method Summary
 CapabilitySet addDefaultJdkToCapabilitySet(CapabilitySet capabilitySet)
          Adds default jdks to the given CapabilitySet
 java.util.Collection<java.lang.String> getJdkLabels()
          Gets a Collection of all JDK labels available in the system.
 void setCapabilitySetManager(CapabilitySetManager capabiltySetManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJdkManager

public DefaultJdkManager()
Method Detail

addDefaultJdkToCapabilitySet

@NotNull
public CapabilitySet addDefaultJdkToCapabilitySet(@NotNull
                                                          CapabilitySet capabilitySet)
Description copied from interface: JdkManager
Adds default jdks to the given CapabilitySet

Specified by:
addDefaultJdkToCapabilitySet in interface JdkManager
Returns:

getJdkLabels

@NotNull
public java.util.Collection<java.lang.String> getJdkLabels()
Description copied from interface: JdkManager
Gets a Collection of all JDK labels available in the system.

Specified by:
getJdkLabels in interface JdkManager
Returns:

setCapabilitySetManager

public void setCapabilitySetManager(CapabilitySetManager capabiltySetManager)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.