Package com.polarion.alm.builder.spi
Class BIRDeployer
java.lang.Object
com.polarion.alm.builder.spi.BIRDeployer
Methods for proper deployment to
IBuildInformationRepository
(BIR).- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Information about deployment artifact deployed toIBuildInformationRepository
. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addBIRDeployments
(IContextualBuildArtifact artifact, List deployments) Adds BIR deployments to given artifact.static List
getBIRDeployments
(IContextualBuildArtifact artifact) Returns BIR deployments.
-
Method Details
-
getBIRDeployments
Returns BIR deployments.- Parameters:
artifact
- contextual artifact- Returns:
List
ofBIRDeployer.IBuildDeploymentArtifact
s (notnull
)- Throws:
IllegalArgumentException
- if artifact isnull
-
addBIRDeployments
Adds BIR deployments to given artifact.- Parameters:
artifact
- contextual artifactdeployments
-List
ofBIRDeployer.IBuildDeploymentArtifact
s- Throws:
IllegalArgumentException
- if artifact isnull
IllegalArgumentException
- if deployments isnull
-