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 |
---|---|
@NotNull BuildContext |
call()
Execute the build task.
|
void |
init(@NotNull BuildContext buildContext) |
public MavenDependenciesServerPostProcessor(com.atlassian.bandana.BandanaManager bandanaManager, PlanParticleManager planParticleManager, ErrorHandler errorHandler)
public void init(@NotNull @NotNull BuildContext buildContext)
@NotNull public @NotNull 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.