public class

RemoteCapabilitySet

extends CapabilitySetImpl
java.lang.Object
   ↳ com.atlassian.core.bean.EntityObject
     ↳ com.atlassian.bamboo.core.BambooEntityObject
       ↳ com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetImpl
         ↳ com.atlassian.bamboo.v2.build.agent.capability.RemoteCapabilitySet

Summary

Constants
String SET_TYPE
[Expand]
Inherited Fields
From class com.atlassian.bamboo.core.BambooEntityObject
Public Constructors
RemoteCapabilitySet()
RemoteCapabilitySet(CapabilityScope capabilityScope)
Public Methods
String getCapabilitySetType()
Returns the identifier describing the type of this capability.
@Nullable String getSharedCapabilitySetType()
Returns the identifier for the set if it is shared.
[Expand]
Inherited Methods
From class com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetImpl
From class com.atlassian.bamboo.core.BambooEntityObject
From class com.atlassian.core.bean.EntityObject
From class java.lang.Object
From interface com.atlassian.bamboo.core.BambooIdProvider
From interface com.atlassian.bamboo.core.BambooObject
From interface com.atlassian.bamboo.v2.build.agent.capability.CapabilitySet
From interface com.atlassian.bamboo.v2.build.agent.capability.ReadOnlyCapabilitySet

Constants

public static final String SET_TYPE

Constant Value: "Remote"

Public Constructors

public RemoteCapabilitySet ()

public RemoteCapabilitySet (CapabilityScope capabilityScope)

Public Methods

public String getCapabilitySetType ()

Returns the identifier describing the type of this capability.

Returns
  • "Local", "Remote" or "Image"

@Nullable public String getSharedCapabilitySetType ()

Returns the identifier for the set if it is shared. Pretty used exclusively in the UI.

Returns
  • "Local", "Remote" or null it not a shared capability type;