Package com.atlassian.bamboo.logger
Class DecoratedErrorDetailsImpl.AgentIdentifier
java.lang.Object
com.atlassian.bamboo.logger.DecoratedErrorDetailsImpl.AgentIdentifier
- Enclosing class:
- DecoratedErrorDetailsImpl
View of BuildAgents referenced in a error report.
Just enough data to display it in the UI.
-
Method Summary
Modifier and TypeMethodDescriptionfromId
(@NotNull AgentManager agentManager) long
getId()
@Nullable String
getName()
-
Method Details
-
getName
- Returns:
- null if agent data is unavailable
-
getId
public long getId() -
fromId
public static Function<Long,DecoratedErrorDetailsImpl.AgentIdentifier> fromId(@NotNull @NotNull AgentManager agentManager)
-