public class MavenDependenciesServerPostProcessor extends Object implements CustomBuildProcessorServer
Constructor and Description |
---|
MavenDependenciesServerPostProcessor(com.atlassian.bandana.BandanaManager bandanaManager,
PlanParticleManager planParticleManager,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
BuildContext |
call()
Execute the build task.
|
void |
init(BuildContext buildContext) |
public MavenDependenciesServerPostProcessor(com.atlassian.bandana.BandanaManager bandanaManager, PlanParticleManager planParticleManager, ErrorHandler errorHandler)
public void init(@NotNull BuildContext buildContext)
@NotNull public BuildContext call() throws InterruptedException, Exception
BuildTask
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
call
in interface BuildTask
call
in interface Callable<BuildContext>
InterruptedException
- if the calling Thread
has been interrupted.Exception
- A general exception that will be handled.Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.