|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Callback
Provides the interface for invoking call backs from remote EventSpy to MavenBuilder.
| Method Summary | |
|---|---|
void |
addArtifacts(Collection<ArtifactDTO> artifacts)
|
void |
close()
Called to signal the end of processing. |
DocumentReference |
getGlobalSettingsDocument()
|
File |
getMavenContextDirectory()
A reference to the .maven directory for the executing build. |
DocumentReference |
getSettingsDocument()
|
DocumentReference |
getToolChainsDocument()
|
boolean |
isAborted()
Returns true if the build should be aborted. |
void |
setArtifacts(Collection<ArtifactDTO> artifacts)
|
void |
setParticipatingProjects(List<MavenProjectDTO> projects)
Prefer them to be sorted in topological order because we don't order them. |
void |
setRuntimeEnvironment(RuntimeEnvironmentDTO env)
Called after the spy has finished initializing and has established communication. |
void |
updateParticipatingProject(MavenProjectDTO project)
|
| Method Detail |
|---|
File getMavenContextDirectory()
boolean isAborted()
void close()
void setRuntimeEnvironment(RuntimeEnvironmentDTO env)
void setParticipatingProjects(List<MavenProjectDTO> projects)
void updateParticipatingProject(MavenProjectDTO project)
void setArtifacts(Collection<ArtifactDTO> artifacts)
void addArtifacts(Collection<ArtifactDTO> artifacts)
DocumentReference getSettingsDocument()
DocumentReference getGlobalSettingsDocument()
DocumentReference getToolChainsDocument()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||