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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSaveDialogResponse(List<ChangeOperation> selectedChanges, boolean pullBeforeSave) 
- 
Method Summary
- 
Field Details- 
selectedChanges
- 
pullBeforeSavepublic final boolean pullBeforeSave
 
- 
- 
Constructor Details- 
SaveDialogResponse
 
-