Package edu.wpi.grip.ui
Class DeployController
- java.lang.Object
-
- edu.wpi.grip.ui.DeployController
-
public class DeployController extends java.lang.Object
JavaFX controller for the deploy tool. This basically uploads a headless version of GRIP and the current project to a remote target using SSH, then runs it remotely. The default values for all fields are based on typical settings for FRC, with the address based on the project settings.
-
-
Constructor Summary
Constructors Constructor Description DeployController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize()
protected void
onDeploy()
void
onSettingsChanged(ProjectSettingsChangedEvent event)
protected void
onStop()
-
-
-
Method Detail
-
initialize
protected void initialize()
-
onSettingsChanged
public void onSettingsChanged(ProjectSettingsChangedEvent event)
-
onDeploy
protected void onDeploy()
-
onStop
protected void onStop()
-
-