Class CommandDeployResult

java.lang.Object
org.wpilib.deployutils.deploy.CommandDeployResult

public class CommandDeployResult extends Object
  • Constructor Details

    • CommandDeployResult

      public CommandDeployResult(String command, String result, int exitCode)
  • Method Details

    • getCommand

      public final String getCommand()
    • getResult

      public final String getResult()
    • getExitCode

      public final int getExitCode()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object