Package aQute.bnd.build.api
Interface BuildInfo
-
@ProviderType public interface BuildInfo
A snapshot of the build information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ArtifactInfo>
getArtifactInfos()
Get the build artifactsProject
getProject()
The associated project.
-
-
-
Method Detail
-
getProject
Project getProject()
The associated project. Not this is a snapshot so the project might have moved on.
-
getArtifactInfos
java.util.List<ArtifactInfo> getArtifactInfos()
Get the build artifacts
-
-