Class DSDeployLocation
java.lang.Object
edu.wpi.first.deployutils.deploy.target.location.AbstractDeployLocation
edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
edu.wpi.first.gradlerio.deploy.systemcore.DSDeployLocation
- All Implemented Interfaces:
edu.wpi.first.deployutils.deploy.target.location.DeployLocation,org.gradle.api.Named
public class DSDeployLocation
extends edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
ConstructorsConstructorDescriptionDSDeployLocation(String name, edu.wpi.first.deployutils.deploy.target.RemoteTarget target) -
Method Summary
Modifier and TypeMethodDescriptionedu.wpi.first.deployutils.deploy.target.discovery.action.DiscoveryActionintgetPort()intvoidsetAddress(String address) voidsetPort(int port) voidsetTimeout(int timeout) Methods inherited from class edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
friendlyString, getClientSessionConfiguration, getPassword, getUser, isIpv6, setClientSessionConfiguration, setIpv6, setPassword, setUser, toStringMethods inherited from class edu.wpi.first.deployutils.deploy.target.location.AbstractDeployLocation
getName, getTarget
-
Constructor Details
-
DSDeployLocation
@Inject public DSDeployLocation(String name, edu.wpi.first.deployutils.deploy.target.RemoteTarget target)
-
-
Method Details
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getTimeout
public int getTimeout() -
setTimeout
public void setTimeout(int timeout) -
getAddress
- Overrides:
getAddressin classedu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
-
setAddress
- Overrides:
setAddressin classedu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
-
createAction
public edu.wpi.first.deployutils.deploy.target.discovery.action.DiscoveryAction createAction()- Specified by:
createActionin interfaceedu.wpi.first.deployutils.deploy.target.location.DeployLocation- Overrides:
createActionin classedu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
-