com.atlassian.bamboo.v2.build.agent.capability
Class CapabilityDefaultsHelperImpl

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelperImpl
All Implemented Interfaces:
BambooPluginModule, CapabilityDefaultsHelper

public class CapabilityDefaultsHelperImpl
extends java.lang.Object
implements CapabilityDefaultsHelper


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelper
CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Constructor Summary
CapabilityDefaultsHelperImpl()
           
 
Method Summary
 CapabilitySet addDefaultCapabilities(CapabilitySet capabilitySet)
          Adds default Capabilities for this module.
 void setDefaultAgentCapabilityManager(DefaultAgentCapabilityManager defaultAgentCapabilityManager)
           
 void setJdkManager(JdkManager jdkManager)
           
 void setPerforceManager(PerforceManager perforceManager)
           
 void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilityDefaultsHelperImpl

public CapabilityDefaultsHelperImpl()
Method Detail

addDefaultCapabilities

@NotNull
public CapabilitySet addDefaultCapabilities(@NotNull
                                                    CapabilitySet capabilitySet)
Description copied from interface: CapabilityDefaultsHelper
Adds default Capabilities for this module. Used during auto-detecting server capabilities.

Specified by:
addDefaultCapabilities in interface CapabilityDefaultsHelper
Parameters:
capabilitySet - to add the capability to
Returns:
the supplied capabilitySet with the new capabilities included if found, else the given capabilitySet

setPerforceManager

public void setPerforceManager(PerforceManager perforceManager)

setJdkManager

public void setJdkManager(JdkManager jdkManager)

setDefaultAgentCapabilityManager

public void setDefaultAgentCapabilityManager(DefaultAgentCapabilityManager defaultAgentCapabilityManager)

setPluginAccessor

public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)


Copyright © 2012 Atlassian. All Rights Reserved.