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

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.capability.CapabilityScope
All Implemented Interfaces:
java.io.Serializable

public class CapabilityScope
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static CapabilityScope AGENT
           
static CapabilityScope SHARED
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static CapabilityScope getCapabilityScope(java.lang.String name)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AGENT

public static final CapabilityScope AGENT

SHARED

public static final CapabilityScope SHARED
Method Detail

getCapabilityScope

public static CapabilityScope getCapabilityScope(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2011 Atlassian. All Rights Reserved.