Class CapabilityDefaultsHelperImpl

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

public class CapabilityDefaultsHelperImpl extends Object implements CapabilityDefaultsHelper
  • Constructor Details

    • CapabilityDefaultsHelperImpl

      public CapabilityDefaultsHelperImpl()
  • Method Details

    • addDefaultCapabilities

      @NotNull public @NotNull CapabilitySet addDefaultCapabilities(@NotNull @NotNull CapabilitySet capabilitySetParam)
      Description copied from interface: CapabilityDefaultsHelper
      Adds default Capabilities for this module. Used during auto-detecting server capabilities.
      Specified by:
      addDefaultCapabilities in interface CapabilityDefaultsHelper
      Parameters:
      capabilitySetParam - to add the capability to
      Returns:
      the supplied capabilitySet with the new capabilities included if found, else the given capabilitySet
    • setJdkManager

      public void setJdkManager(JdkManager jdkManager)
    • setDefaultAgentCapabilityManager

      public void setDefaultAgentCapabilityManager(DefaultAgentCapabilityManager defaultAgentCapabilityManager)
    • setPluginAccessor

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