com.polarion.alm.builder.IBuildInformationRepository
METHODS
Modifiers and Type | Name | Description |
---|---|---|
ILocation | getProjectBuildLocation(IBuildArtifact,String) | Folder which should hold build information of given artifacts's build (identified by build id). There is always some location returned even if it does not exist in repository. Typically the location is in the form |
ILocation | getBuildLocation(IObjectId) | Returns location of the build folder if it is found, otherwise null . |
IContextId | getContextIdForLocation(ILocation) | Return id of context (project) which has its builds stored on given location. Applies to sublocations of {@link #getProjectBuildLocation(IBuildArtifact,String)} too (which may in fact be missing from repository - it is important that at least project build location exists). |
Back to Index