Uses of Class
org.gcube.vremanagement.vremodeler.stubs.deployreport.DeployReport

Packages that use DeployReport
org.gcube.vremanagement.vremodeler.impl   
org.gcube.vremanagement.vremodeler.impl.util   
org.gcube.vremanagement.vremodeler.stubs   
 

Uses of DeployReport in org.gcube.vremanagement.vremodeler.impl
 

Methods in org.gcube.vremanagement.vremodeler.impl that return DeployReport
 DeployReport ModelerResource.getDeployReport()
           
 

Methods in org.gcube.vremanagement.vremodeler.impl with parameters of type DeployReport
 void ModelerResource.setDeployReport(DeployReport deployReport)
           
 

Uses of DeployReport in org.gcube.vremanagement.vremodeler.impl.util
 

Methods in org.gcube.vremanagement.vremodeler.impl.util with parameters of type DeployReport
static void ReportFiller.reportElaboration(DeployReport report)
           
 

Uses of DeployReport in org.gcube.vremanagement.vremodeler.stubs
 

Methods in org.gcube.vremanagement.vremodeler.stubs that return DeployReport
static DeployReport Utils.fromXML(java.lang.String report)
           
 

Methods in org.gcube.vremanagement.vremodeler.stubs with parameters of type DeployReport
static java.lang.String Utils.toXML(DeployReport report)