Uses of Class
org.apache.falcon.oozie.workflow.SSH

Packages that use SSH
org.apache.falcon.oozie.workflow   
 

Uses of SSH in org.apache.falcon.oozie.workflow
 

Fields in org.apache.falcon.oozie.workflow declared as SSH
protected  SSH ACTION.ssh
           
 

Methods in org.apache.falcon.oozie.workflow that return SSH
 SSH ObjectFactory.createSSH()
          Create an instance of SSH
 SSH ACTION.getSsh()
          Gets the value of the ssh property.
 

Methods in org.apache.falcon.oozie.workflow that return types with arguments of type SSH
 JAXBElement<SSH> ObjectFactory.createSsh(SSH value)
          Create an instance of JAXBElement<SSH>}
 

Methods in org.apache.falcon.oozie.workflow with parameters of type SSH
 JAXBElement<SSH> ObjectFactory.createSsh(SSH value)
          Create an instance of JAXBElement<SSH>}
 void ACTION.setSsh(SSH value)
          Sets the value of the ssh property.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.