Uses of Class
com.collabnet.ce.soap60.webservices.frs.ReleaseSoapDO
-
Packages that use ReleaseSoapDO Package Description com.collabnet.ce.soap60.webservices.frs -
-
Uses of ReleaseSoapDO in com.collabnet.ce.soap60.webservices.frs
Methods in com.collabnet.ce.soap60.webservices.frs that return ReleaseSoapDO Modifier and Type Method Description ReleaseSoapDOFrsAppSoap. createRelease(String sessionId, String packageId, String title, String description, String status, String maturity)Creates a new release within a specified package.ReleaseSoapDOFrsAppSoapMockStub. createRelease(String sessionId, String packageId, String title, String description, String status, String maturity)Simulate a call to createReleaseReleaseSoapDOFrsAppSoapStub. createRelease(String sessionId, String packageId, String title, String description, String status, String maturity)ReleaseSoapDOIFrsAppSoap. createRelease(String sessionId, String packageId, String title, String description, String status, String maturity)Creates a new release within a specified package.ReleaseSoapDOFrsAppSoap. getReleaseData(String sessionId, String releaseId)Returns the specified release data.ReleaseSoapDOFrsAppSoapMockStub. getReleaseData(String sessionId, String releaseId)Simulate a call to getReleaseDataReleaseSoapDOFrsAppSoapStub. getReleaseData(String sessionId, String releaseId)ReleaseSoapDOIFrsAppSoap. getReleaseData(String sessionId, String releaseId)Returns the specified release data.Methods in com.collabnet.ce.soap60.webservices.frs with parameters of type ReleaseSoapDO Modifier and Type Method Description voidFrsAppSoapMockStub. prepareSetReleaseData(String sessionId, ReleaseSoapDO releaseData)Prepare a simulated response to setReleaseDatavoidFrsAppSoapMockStub. prepareSetReleaseData(String sessionId, ReleaseSoapDO releaseData, Exception exception)Prepare a simulated response to setReleaseDatavoidFrsAppSoap. setReleaseData(String sessionId, ReleaseSoapDO releaseData)Sets the specified release data.voidFrsAppSoapMockStub. setReleaseData(String sessionId, ReleaseSoapDO releaseData)Simulate a call to setReleaseDatavoidFrsAppSoapStub. setReleaseData(String sessionId, ReleaseSoapDO releaseData)voidIFrsAppSoap. setReleaseData(String sessionId, ReleaseSoapDO releaseData)Sets the specified release data.
-