Class NiDsDeployLocation

java.lang.Object
org.wpilib.deployutils.deploy.target.location.AbstractDeployLocation
org.wpilib.deployutils.deploy.target.location.SshDeployLocation
org.wpilib.gradlerio.deploy.systemcore.NiDsDeployLocation
All Implemented Interfaces:
org.gradle.api.Named, org.wpilib.deployutils.deploy.target.location.DeployLocation

public class NiDsDeployLocation extends org.wpilib.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
    NiDsDeployLocation(String name, org.wpilib.deployutils.deploy.target.RemoteTarget target)
     
  • Method Summary

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

    Methods inherited from class org.wpilib.deployutils.deploy.target.location.SshDeployLocation

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

    Methods inherited from class org.wpilib.deployutils.deploy.target.location.AbstractDeployLocation

    getName, getTarget

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NiDsDeployLocation

      @Inject public NiDsDeployLocation(String name, org.wpilib.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 org.wpilib.deployutils.deploy.target.location.SshDeployLocation
    • setAddress

      public void setAddress(String address)
      Overrides:
      setAddress in class org.wpilib.deployutils.deploy.target.location.SshDeployLocation
    • createAction

      public org.wpilib.deployutils.deploy.target.discovery.action.DiscoveryAction createAction()
      Specified by:
      createAction in interface org.wpilib.deployutils.deploy.target.location.DeployLocation
      Overrides:
      createAction in class org.wpilib.deployutils.deploy.target.location.SshDeployLocation
    • discover

      public void discover()
      Overrides:
      discover in class org.wpilib.deployutils.deploy.target.location.SshDeployLocation