|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.v2.build.task.AbstractBuildTask
com.atlassian.bamboo.build.artifact.BuildArtifactPostProcessor
public class BuildArtifactPostProcessor
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.v2.build.task.AbstractBuildTask |
|---|
buildContext |
| Constructor Summary | |
|---|---|
BuildArtifactPostProcessor()
|
|
| Method Summary | |
|---|---|
BuildContext |
call()
Copy all of the build's artifacts for this build across to the builds artifact directory |
void |
setArtifactManager(ArtifactManager artifactManager)
|
void |
setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
|
| Methods inherited from class com.atlassian.bamboo.v2.build.task.AbstractBuildTask |
|---|
init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask |
|---|
init |
| Constructor Detail |
|---|
public BuildArtifactPostProcessor()
| Method Detail |
|---|
@NotNull
public BuildContext call()
throws java.lang.Exception
call in interface BuildTaskcall 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 setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
public void setArtifactManager(ArtifactManager artifactManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||