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