|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.builder.maven.IsolatedLocalRepositoryCleanupAction
public class IsolatedLocalRepositoryCleanupAction
Deletes the temporary maven repository when AbstractMavenBuilder.isForceRepositoryIsolation()
is true
Constructor Summary | |
---|---|
IsolatedLocalRepositoryCleanupAction()
|
Method Summary | |
---|---|
BuildContext |
call()
Execute the build task. |
void |
init(BuildContext buildContext)
|
void |
setAgentContext(AgentContext agentContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IsolatedLocalRepositoryCleanupAction()
Method Detail |
---|
public void init(@NotNull BuildContext buildContext)
init
in interface BuildTask
@NotNull public BuildContext call() throws java.lang.InterruptedException, java.lang.Exception
BuildTask
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
call
in interface BuildTask
call
in interface java.util.concurrent.Callable<BuildContext>
java.lang.InterruptedException
- if the calling Thread
has been interrupted.
java.lang.Exception
- A general exception that will be handled.public void setAgentContext(AgentContext agentContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |