Interface BcfXml


public interface BcfXml
This interface is used for exporting BCF-XML content.
Since:
9.10.3
  • Method Summary

    Modifier and Type Method Description
    boolean exportBcfXml​(BcfVersion version, BcfScope scope, OutputStream stream)
    Pushes BCF-XML content of issues in the scope to the given stream.
  • Method Details

    • exportBcfXml

      boolean exportBcfXml​(BcfVersion version, BcfScope scope, OutputStream stream)
      Pushes BCF-XML content of issues in the scope to the given stream.
      Parameters:
      version - BCF version of the content to be created
      scope - BCF issues in scope
      stream - the stream
      Returns:
      true when the stream has been filled and false, when there was no content
      Since:
      9.10.3