|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildContext
Stores information about the context in which a builder was called.
This can be interrogated by a builder to determine what's been built before, and what's being built after it, for this particular build invocation.
Method Summary | |
---|---|
IBuildConfiguration[] |
getAllReferencedBuildConfigs()
Gets a array of build configurations that were built before this build configuration, as part of the current top-level build invocation. |
IBuildConfiguration[] |
getAllReferencingBuildConfigs()
Gets a array of build configurations that will be built after this build configuration, as part of the current top-level build invocation. |
IBuildConfiguration[] |
getRequestedConfigs()
Returns the full array of configurations that were requested to be built by the API user. |
Method Detail |
---|
IBuildConfiguration[] getAllReferencedBuildConfigs()
IBuildConfiguration[] getAllReferencingBuildConfigs()
If the array is empty, this configuration is the last in the build chain.
IBuildConfiguration[] getRequestedConfigs()
This array won't include any build configurations being built by virtue of being referenced from a requested build configuration.
May return the empty array if this is a top-level workspace build.
|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.