Interface IBuildDescriptor.IBuildDeploymentDefinition

All Known Subinterfaces:
IBuildDescriptor.IDerivedBuildDeploymentDefinition, IBuildDescriptor.ISimpleBuildDeploymentDefinition
Enclosing interface:
IBuildDescriptor

public static interface IBuildDescriptor.IBuildDeploymentDefinition
Base interface of build deployment definitions.
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)
    • getTargetFolder

      ILocation getTargetFolder()
      Location in IBuildInformationRepository where given artifact should be deployed.
      Returns:
      relative location (not null)
    • isMove

      boolean isMove()
      Whether the source should be removed after the deployment.
      Returns:
      true if source should be removed after the deployment, false if it should be kept
      Since:
      3.2.1