Class AbstractDiscoveryAction
java.lang.Object
org.wpilib.deployutils.deploy.target.discovery.action.AbstractDiscoveryAction
- All Implemented Interfaces:
Callable<DeployContext>,DiscoveryAction
- Direct Known Subclasses:
DryDiscoveryAction,SshDiscoveryAction
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wpilib.deployutils.deploy.target.discovery.action.DiscoveryAction
discover, getState
-
Constructor Details
-
AbstractDiscoveryAction
-
-
Method Details
-
getDeployLocation
- Specified by:
getDeployLocationin interfaceDiscoveryAction
-
call
- Specified by:
callin interfaceCallable<DeployContext>- Throws:
Exception
-
getException
- Specified by:
getExceptionin interfaceDiscoveryAction
-