com.atlassian.bamboo.v2.build.agent.capability
Class CapabilityDefaultsHelperImpl
java.lang.Object
com.atlassian.bamboo.v2.build.agent.capability.CapabilityDefaultsHelperImpl
- All Implemented Interfaces:
- BambooPluginModule, CapabilityDefaultsHelper
public class CapabilityDefaultsHelperImpl
- extends java.lang.Object
- implements CapabilityDefaultsHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapabilityDefaultsHelperImpl
public CapabilityDefaultsHelperImpl()
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.