Interface BIRDeployer.IBuildDeploymentArtifact

Enclosing class:
BIRDeployer

public static interface BIRDeployer.IBuildDeploymentArtifact
Information about deployment artifact deployed to IBuildInformationRepository.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • Method Details

    • getLabel

      String getLabel()
      Build deployment artifact label.

      Build deployment artifact will be linked from report under this name.

      Returns:
      label (not null)
    • getLocation

      ILocation getLocation()
      Location in IBuildInformationRepository where given artifact is deployed.
      Returns:
      relative location (not null)