Uses of Class
hudson.plugins.sfee.webservice.ReleaseSoapDO

Packages that use ReleaseSoapDO
hudson.plugins.sfee.webservice   
 

Uses of ReleaseSoapDO in hudson.plugins.sfee.webservice
 

Methods in hudson.plugins.sfee.webservice that return ReleaseSoapDO
 ReleaseSoapDO FrsAppSoapBindingStub.createRelease(String sessionId, String packageId, String title, String description, String status, String maturity)
           
 ReleaseSoapDO FrsAppSoap.createRelease(String sessionId, String packageId, String title, String description, String status, String maturity)
           
 ReleaseSoapDO FrsAppSoapBindingStub.getReleaseData(String sessionId, String releaseId)
           
 ReleaseSoapDO FrsAppSoap.getReleaseData(String sessionId, String releaseId)
           
 

Methods in hudson.plugins.sfee.webservice with parameters of type ReleaseSoapDO
 void FrsAppSoapBindingStub.setReleaseData(String sessionId, ReleaseSoapDO releaseData)
           
 void FrsAppSoap.setReleaseData(String sessionId, ReleaseSoapDO releaseData)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.