Uses of Interface
com.atlassian.bamboo.agent.ephemeral.result.AgentMaintenanceResult
Package
Description
-
Uses of AgentMaintenanceResult in com.atlassian.bamboo.agent.ephemeral.logging
Modifier and TypeMethodDescriptionvoid
EphemeralAgentManagementLogger.addEphemeralLogEntry
(@NotNull org.apache.logging.log4j.Logger logger, @NotNull String message, @NotNull AgentMaintenanceResult clusterCommunicationResult) Adds the log entry to the N last ephemeral logs and evicts the oldest one if the capacity is reached.void
EphemeralAgentManagementLogger.addEphemeralLogEntry
(@NotNull org.apache.logging.log4j.Logger logger, @NotNull String message, @NotNull AgentMaintenanceResult clusterCommunicationResult, boolean printSuccessfulResult, boolean logOnlyToEphemeralLogger) Adds the log entry to the N last ephemeral logs and evicts the oldest one if the capacity is reached.void
EphemeralAgentManagementLoggerImpl.addEphemeralLogEntry
(@NotNull org.apache.logging.log4j.Logger logger, @NotNull String message, @NotNull AgentMaintenanceResult clusterCommunicationResult) void
EphemeralAgentManagementLoggerImpl.addEphemeralLogEntry
(@NotNull org.apache.logging.log4j.Logger logger, @NotNull String message, @NotNull AgentMaintenanceResult clusterCommunicationResult, boolean printSuccessfulResult, boolean logOnlyToEphemeralConsole) -
Uses of AgentMaintenanceResult in com.atlassian.bamboo.agent.ephemeral.result
Modifier and TypeClassDescriptionclass
Common base for ephemeral agent related maintenance results.class
Result of deleting ephemeral agent pod.class
Result of deleting multiple ephemeral agent pods.class
final class
Result of launching ephemeral agent.class
Result of gathering pod/container logs.class
Result of connection attempt to ephemeral agents provider.