|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BuildLogger in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return BuildLogger | |
---|---|
BuildLogger |
BuildObjectForTests.getBuildLogger()
|
BuildLogger |
DefaultBuildExecutionManager.getBuildLogger(PlanKey planKey)
|
BuildLogger |
BuildLoggerManager.getBuildLogger(PlanKey planKey)
Returns a BuildLogger for the given plan |
BuildLogger |
DefaultBuildExecutionManager.getBuildLogger(PlanResultKey resultKey)
|
BuildLogger |
BuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
Returns a BuildLogger for the given result |
BuildLogger |
DefaultBuildExecutionManager.getBuildLogger(java.lang.String planOrResultKey)
|
BuildLogger |
BuildLoggerManager.getBuildLogger(java.lang.String planOrResultKey)
Deprecated. since 2.6 Use BuildLoggerManager.getBuildLogger(PlanKey) or BuildLoggerManager.getBuildLogger(PlanResultKey) instead |
Methods in com.atlassian.bamboo.build with parameters of type BuildLogger | |
---|---|
java.lang.String[] |
VariableSubstitutionBeanImpl.substituteBambooVariables(java.lang.String[] stringWithValuesToSubstitute,
BuildContext buildContext,
BuildLogger buildLogger)
|
java.lang.String[] |
VariableSubstitutionBean.substituteBambooVariables(java.lang.String[] stringWithValuesToSubstitute,
BuildContext buildContext,
BuildLogger buildLogger)
Takes an array of Strings to be parsed for variable references and substitutes with the variable values then returns the substituted string If BuildContext is null only global variables, system variables and capabilities will be substituted. |
java.lang.String |
VariableSubstitutionBeanImpl.substituteBambooVariables(java.lang.String stringWithValuesToSubstitute,
BuildContext buildContext,
BuildLogger buildLogger)
|
java.lang.String |
VariableSubstitutionBean.substituteBambooVariables(java.lang.String stringWithValuesToSubstitute,
BuildContext buildContext,
BuildLogger buildLogger)
Takes a String to be parsed for variable references and substitutes with the variable values then returns the substituted string. |
protected java.lang.String[] |
AbstractSubstitutionBean.substituteVariables(java.lang.String[] commandLine,
BuildLogger buildLogger,
java.util.Map<java.lang.String,java.lang.String> variableSourceMap)
Given a string array, and a Map of variables (variable -> value), all patterns in the string array
matching ${bamboo. |
Uses of BuildLogger in com.atlassian.bamboo.build.logger |
---|
Classes in com.atlassian.bamboo.build.logger that implement BuildLogger | |
---|---|
class |
BuildLoggerImpl
|
class |
NullBuildLogger
|
class |
SimpleBuildLogger
The simple logger simply stores all the logs internally as a a list... |
Methods in com.atlassian.bamboo.build.logger that return BuildLogger | |
---|---|
BuildLogger |
DefaultBuildLoggerManager.getBuildLogger(PlanKey planKey)
|
BuildLogger |
DefaultBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
|
BuildLogger |
DefaultBuildLoggerManager.getBuildLogger(java.lang.String planOrResultKey)
|
Uses of BuildLogger in com.atlassian.bamboo.builder |
---|
Methods in com.atlassian.bamboo.builder that return BuildLogger | |
---|---|
BuildLogger |
BuildLoggerManagerForTesting.getBuildLogger(PlanKey planKey)
|
BuildLogger |
BuildLoggerManagerForTesting.getBuildLogger(PlanResultKey resultKey)
|
BuildLogger |
BuildLoggerManagerForTesting.getBuildLogger(java.lang.String planOrResultKey)
|
Methods in com.atlassian.bamboo.builder with parameters of type BuildLogger | |
---|---|
void |
AbstractBuilder.collateTestResults(BuildIdentifier buildIdentifier,
CurrentBuildResult buildResult,
BuildLogger buildLogger)
|
Uses of BuildLogger in com.atlassian.bamboo.command |
---|
Fields in com.atlassian.bamboo.command declared as BuildLogger | |
---|---|
protected BuildLogger |
StreamToLogsPumper.buildLogger
|
protected BuildLogger |
StreamToListPumper.buildLogger
|
protected BuildLogger |
CommandExecuteStreamHandler.buildLogger
|
Methods in com.atlassian.bamboo.command with parameters of type BuildLogger | |
---|---|
org.apache.tools.ant.types.Commandline |
Command.getSubstitutedCommandLine(BuildContext buildContext,
BuildLogger buildLogger,
ReadOnlyCapabilitySet capabilitySet)
Get the command line provided by implementing class and provides variable substitution. |
Constructors in com.atlassian.bamboo.command with parameters of type BuildLogger | |
---|---|
CommandExecuteStreamHandler(BuildLogger buildLogger,
java.lang.String planKey)
|
|
ErrorStreamToListPumper(java.io.InputStream inputStream,
java.util.Collection<java.lang.String> outputList,
BuildLogger buildLogger,
java.lang.String planKey)
|
|
ErrorStreamToLogsPumper(java.io.InputStream inputStream,
BuildLogger buildLogger,
java.lang.String planKey)
|
|
StreamToListPumper(java.io.InputStream inputStream,
java.util.Collection<java.lang.String> outputList,
BuildLogger buildLogger,
java.lang.String planKey)
Pump the given inputStream into the given outputList |
|
StreamToLogsPumper(java.io.InputStream inputStream,
BuildLogger buildLogger,
java.lang.String planKey)
Pump the given inputStream into the given outputList |
|
StreamToLogsPumper(java.io.InputStream inputStream,
BuildLogger buildLogger,
java.lang.String planKey,
boolean filterDownloadStatusMessages)
|
Uses of BuildLogger in com.atlassian.bamboo.plan |
---|
Methods in com.atlassian.bamboo.plan that return BuildLogger | |
---|---|
BuildLogger |
AbstractPlan.getBuildLogger()
|
BuildLogger |
Plan.getBuildLogger()
Returns the helper object to deal with logging |
Uses of BuildLogger in com.atlassian.bamboo.plugins.hg |
---|
Constructors in com.atlassian.bamboo.plugins.hg with parameters of type BuildLogger | |
---|---|
HgRepositoryAccessImpl(com.opensymphony.xwork.TextProvider textProvider,
BuildLogger buildLogger,
HgRepository repository)
|
Uses of BuildLogger in com.atlassian.bamboo.repository.cvsimpl |
---|
Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type BuildLogger | |
---|---|
void |
CvsRepositoryManager.checkout(java.lang.String vcsRevisionKey,
java.io.File sourceDirectory,
BuildLogger buildLogger,
CVSRepository cvsRepository)
|
void |
CvsRepositoryManager.checkout(java.lang.String vcsRevisionKey,
java.io.File sourceDirectory,
BuildLogger buildLogger,
CVSRepository cvsRepository,
boolean recursive)
|
java.util.List<Commit> |
CvsRepositoryManager.getCommitsSince(java.util.Date lastUpdate,
java.lang.String clientPath,
BuildLogger buildLogger,
CVSRepository cvsRepository)
|
CVSRepository.SymbolicNameType |
CvsRepositoryManager.getSymbolicNameType(java.lang.String clientPath,
BuildLogger buildLogger,
CVSRepository cvsRepository)
Execute cvs rtag -h -l modulename operation and gather information about available symbolic revisions. |
void |
CvsRepositoryManager.updateCvs(java.lang.String vcsRevisionKey,
java.io.File sourceDirectory,
BuildLogger buildLogger,
CVSRepository cvsRepository)
|
Constructors in com.atlassian.bamboo.repository.cvsimpl with parameters of type BuildLogger | |
---|---|
CvsUpdateLogListener(BuildLogger buildLogger)
|
Uses of BuildLogger in com.atlassian.bamboo.repository.svn |
---|
Constructors in com.atlassian.bamboo.repository.svn with parameters of type BuildLogger | |
---|---|
BuildLoggerUpdateEventHandler(BuildLogger buildLogger)
|
Uses of BuildLogger in com.atlassian.bamboo.v2.build.agent.remote |
---|
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildLogger | |
---|---|
class |
RemoteBuildLogger
|
Methods in com.atlassian.bamboo.v2.build.agent.remote that return BuildLogger | |
---|---|
BuildLogger |
RemoteBuildExecutionUpdateManager.getBuildLogger(PlanKey planKey)
|
BuildLogger |
RemoteBuildExecutionUpdateManager.getBuildLogger(PlanResultKey resultKey)
|
BuildLogger |
RemoteBuildExecutionUpdateManager.getBuildLogger(java.lang.String planOrResultKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |