Class SaveDialog.SaveDialogResponse
java.lang.Object
com.inductiveautomation.ignition.designer.project.SaveDialog.SaveDialogResponse
- Enclosing class:
- SaveDialog
Contains the user's choices from the save dialog box, such as which changes to push, and whether or not to
update and resolve conflicts before pushing.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSaveDialogResponse
(List<ChangeOperation> selectedChanges, boolean pullBeforeSave) -
Method Summary
-
Field Details
-
selectedChanges
-
pullBeforeSave
public final boolean pullBeforeSave
-
-
Constructor Details
-
SaveDialogResponse
-