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.roborio.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

    Constructors
    Constructor
    Description
    DSDeployLocation(String name, edu.wpi.first.deployutils.deploy.target.RemoteTarget target)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    edu.wpi.first.deployutils.deploy.target.discovery.action.DiscoveryAction
     
     
    int
     
    int
     
    void
    setAddress(String address)
     
    void
    setPort(int port)
     
    void
    setTimeout(int timeout)
     

    Methods inherited from class edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation

    friendlyString, getClientSessionConfiguration, getPassword, getUser, isIpv6, setClientSessionConfiguration, setIpv6, setPassword, setUser, toString

    Methods inherited from class edu.wpi.first.deployutils.deploy.target.location.AbstractDeployLocation

    getName, getTarget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

      public String getAddress()
      Overrides:
      getAddress in class edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
    • setAddress

      public void setAddress(String address)
      Overrides:
      setAddress in class edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation
    • createAction

      public edu.wpi.first.deployutils.deploy.target.discovery.action.DiscoveryAction createAction()
      Specified by:
      createAction in interface edu.wpi.first.deployutils.deploy.target.location.DeployLocation
      Overrides:
      createAction in class edu.wpi.first.deployutils.deploy.target.location.SshDeployLocation