Uses of Interface
com.atlassian.bamboo.build.logger.BuildLoggerWithoutLogAccess
Package
Description
-
Uses of BuildLoggerWithoutLogAccess in com.atlassian.bamboo.build
Modifier and TypeMethodDescription<T extends Key>
@NotNull BuildLoggerWithoutLogAccessBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) Returns aBuildLoggerWithoutLogAccess
for the givenLoggerId
@NotNull BuildLoggerWithoutLogAccess
BuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull Key resultKey) Returns aBuildLoggerWithoutLogAccess
for the given result -
Uses of BuildLoggerWithoutLogAccess in com.atlassian.bamboo.build.logger
Modifier and TypeInterfaceDescriptioninterface
This interface represents a logger for a given buildinterface
Build logger that writes to a file.Modifier and TypeClassDescriptionclass
class
class
class
class
The simple logger simply stores all the logs internally as a list...Modifier and TypeMethodDescription<T extends Key>
@NotNull BuildLoggerWithoutLogAccessDefaultBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) @NotNull BuildLoggerWithoutLogAccess
DefaultBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull Key key) LoggerId.getLoggerWithoutLogAccess
(BuildLoggerManager buildLoggerManager) -
Uses of BuildLoggerWithoutLogAccess in com.atlassian.bamboo.testutils.build.logger
Modifier and TypeMethodDescription<T extends Key>
@NotNull BuildLoggerWithoutLogAccessBuildLoggerManagerForTesting.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) @NotNull BuildLoggerWithoutLogAccess
BuildLoggerManagerForTesting.getLoggerWithoutLogAccess
(@NotNull Key resultKey) -
Uses of BuildLoggerWithoutLogAccess in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescription<T extends Key>
@NotNull BuildLoggerWithoutLogAccessRemoteBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) @NotNull BuildLoggerWithoutLogAccess
RemoteBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull Key key)