Class FrsAppSoap

java.lang.Object
com.collabnet.ce.soap60.webservices.WebService
com.collabnet.ce.soap60.webservices.frs.FrsAppSoap
All Implemented Interfaces:
IFrsAppSoap

public class FrsAppSoap extends WebService implements IFrsAppSoap
Provides SOAP services for managing the file release system.

Change History

Version 23.1
  • createFrsFile2: to support the downloaded field.
  • getFrsFileData2: to support the downloaded field.
  • getFrsFileList2: to support the downloaded field.

Version 20.1
  • createRelease: Updated to support 'obsolete' release status.
  • setReleaseData: Updated to support 'obsolete' release status.

Version 8.0
  • getArtifactListReportedInRelease2: New operation added to get the autoSummingPoints and Team field information.
  • getArtifactListResolvedInRelease2: New operation added to get the autoSummingPoints and Team field information.

Version 6.1
  • getArtifactListReportedInRelease2: Removed and merged into getArtifactListReportedInRelease.
  • getArtifactListResolvedInRelease2: Removed and merged into getArtifactListResolvedInRelease.

Version 5.4
  • Added getArtifactListReportedInRelease2 to support the story points field
  • Added getArtifactListResolvedInRelease2 to support the story points field

Version 5.3
  • getArtifactListReportedInRelease: New operation added in 5.3
  • getArtifactListResolvedInRelease: New operation added in 5.3

Version 4.4

  • PackageSoapDO: Added new methods getIsPublished and setIsPublished
  • createPackage: Added new parameter to call in 4.4
  • createPackage2: Removed in 4.4. Use createPackage instead
  • isPackagePublished: Removed in 4.4. Use getPackageData and call PackageSoapDO.getIsPublished() instead
  • setPackagePublished: Removed in 4.4. Use PackageSoapDO.setIsPublished() and setPackageData instead
  • getReleaseDownloadCount: Removed in 4.4. Use getReleaseData and call ReleaseSoapDO.getDownloaded() instead
  • getPackageDownloadCount: Removed in 4.4. Use getPackageData and call PackageSoapDO.getDownloaded() instead
Since:
4.1