Class EphemeralAgentManagementLogger.EphemeralAgentLog
- java.lang.Object
-
- com.atlassian.bamboo.agent.ephemeral.logging.EphemeralAgentManagementLogger.EphemeralAgentLog
-
- Enclosing interface:
- EphemeralAgentManagementLogger
public static class EphemeralAgentManagementLogger.EphemeralAgentLog extends Object
Log type that provides both message and the status of whether the message describes successful action.
-
-
Field Summary
Fields Modifier and Type Field Description String
message
boolean
successful
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getMessage()
boolean
isSuccessful()
static EphemeralAgentManagementLogger.EphemeralAgentLog
of(@NotNull String message, boolean successful)
-
-
-
Field Detail
-
message
public final String message
-
successful
public final boolean successful
-
-
Method Detail
-
of
public static EphemeralAgentManagementLogger.EphemeralAgentLog of(@NotNull @NotNull String message, boolean successful)
-
getMessage
@NotNull public @NotNull String getMessage()
-
isSuccessful
public boolean isSuccessful()
-
-