Package com.atlassian.bamboo.performance
Class ActionIdentifier
java.lang.Object
com.atlassian.bamboo.performance.ActionIdentifier
Unique identifier of an action or a call for which performance can be measured.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ActionIdentifier
getKey()
Retrieve an unique key for this action identifier.@NotNull String
getName()
Unique name of the action, to allow future identification.@NotNull ActionType
getType()
Type of the action.int
hashCode()
toString()
-
Constructor Details
-
ActionIdentifier
- Parameters:
type
- type of the actionname
- name of the action
-
-
Method Details
-
fromKey
- Parameters:
key
- unique key of this action identifier- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-
getKey
Retrieve an unique key for this action identifier. -
getType
Type of the action. -
getName
Unique name of the action, to allow future identification.
-