|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.command.AbstractCommandDecorator<T> com.atlassian.bamboo.builder.maven.IsolatedLocalRepositoryMavenCommandDecorator<T>
@Deprecated public abstract class IsolatedLocalRepositoryMavenCommandDecorator<T extends AbstractMavenBuilder>
Constructor Summary | |
---|---|
protected |
IsolatedLocalRepositoryMavenCommandDecorator(java.lang.Class<T> commandClass)
Deprecated. |
Method Summary | ||
---|---|---|
static
|
buildLocalRepositoryPath(T builder,
ExecutableBuildAgent buildAgent)
Deprecated. |
|
static
|
buildTemporaryLocalRepositoryPath(T builder,
ExecutableBuildAgent buildAgent)
Deprecated. |
|
boolean |
canDecorate(Command command)
Deprecated. Given a command, determine whether or not it can be decorated. |
|
java.util.List<java.lang.String> |
decorateArguments(java.util.List<java.lang.String> args)
Deprecated. Given a list of command line arguments, return a possibly new list of arguments. |
|
void |
setAgentContext(AgentContext agentContext)
Deprecated. |
|
void |
setCapabilityConfigurationManager(CapabilityConfigurationManager capabilityConfigurationManager)
Deprecated. |
Methods inherited from class com.atlassian.bamboo.command.AbstractCommandDecorator |
---|
addArgument, getBuildContext, getCommand, init, quoteArgument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected IsolatedLocalRepositoryMavenCommandDecorator(java.lang.Class<T> commandClass)
Method Detail |
---|
public boolean canDecorate(Command command)
CommandDecorator
canDecorate
in interface CommandDecorator
canDecorate
in class AbstractCommandDecorator<T extends AbstractMavenBuilder>
command
- the command that will be decorated
true
if the command can be decorated by this Decorator. false otherwise.
@NotNull public java.util.List<java.lang.String> decorateArguments(@NotNull java.util.List<java.lang.String> args)
CommandDecorator
CommandDecorator.canDecorate(com.atlassian.bamboo.command.Command)
method returns true.
args
- the original list of command line arguments configured in the Builder configuration
@NotNull public static <T extends AbstractMavenBuilder> java.lang.String buildLocalRepositoryPath(@NotNull T builder, @NotNull ExecutableBuildAgent buildAgent)
@NotNull public static <T extends AbstractMavenBuilder> java.lang.String buildTemporaryLocalRepositoryPath(@NotNull T builder, @NotNull ExecutableBuildAgent buildAgent)
public void setAgentContext(AgentContext agentContext)
public void setCapabilityConfigurationManager(CapabilityConfigurationManager capabilityConfigurationManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |