Package aQute.bnd.build.api
Interface BuildInfo
- All Known Implementing Classes:
ProjectBuilder.BuildInfoImpl
@ProviderType
public interface BuildInfo
A snapshot of the build information
-
Method Summary
Modifier and TypeMethodDescriptionGet the build artifactsThe associated project.
-
Method Details
-
getProject
Project getProject()The associated project. Not this is a snapshot so the project might have moved on. -
getArtifactInfos
List<ArtifactInfo> getArtifactInfos()Get the build artifacts
-