org.hudsonci.maven.plugin.builder.internal
Class CallbackImpl
java.lang.Object
org.hudsonci.maven.plugin.builder.internal.CallbackImpl
- All Implemented Interfaces:
- Callback
public class CallbackImpl
- extends Object
- implements Callback
Default implementation of Callback.
- Since:
- 2.1.0
- Author:
- Jason Dillon, Jamie Whitehouse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackImpl
public CallbackImpl(MavenBuilder owner,
BuildStateDTO state,
AbstractBuild<?,?> build)
CallbackImpl
@TestAccessible
public CallbackImpl(BuildStateDTO buildState)
getMavenContextDirectory
public File getMavenContextDirectory()
- Specified by:
getMavenContextDirectory in interface Callback
isAborted
public boolean isAborted()
- Specified by:
isAborted in interface Callback
close
public void close()
- Specified by:
close in interface Callback
setRuntimeEnvironment
public void setRuntimeEnvironment(RuntimeEnvironmentDTO env)
- Specified by:
setRuntimeEnvironment in interface Callback
setParticipatingProjects
public void setParticipatingProjects(List<MavenProjectDTO> projects)
- Specified by:
setParticipatingProjects in interface Callback
updateParticipatingProject
public void updateParticipatingProject(MavenProjectDTO project)
- Specified by:
updateParticipatingProject in interface Callback
setArtifacts
public void setArtifacts(Collection<ArtifactDTO> artifacts)
- Specified by:
setArtifacts in interface Callback
addArtifacts
public void addArtifacts(Collection<ArtifactDTO> artifacts)
- Specified by:
addArtifacts in interface Callback
getSettingsDocument
public DocumentReference getSettingsDocument()
- Specified by:
getSettingsDocument in interface Callback
getGlobalSettingsDocument
public DocumentReference getGlobalSettingsDocument()
- Specified by:
getGlobalSettingsDocument in interface Callback
getToolChainsDocument
public DocumentReference getToolChainsDocument()
- Specified by:
getToolChainsDocument in interface Callback
Copyright © 2004-2011 Hudson. All Rights Reserved.