Class CheckPipelineProgressDialog


  • public class CheckPipelineProgressDialog
    extends Object
    Takes care of displaying a dialog that will handle the wait while checking a pipeline...
    • Constructor Detail

      • CheckPipelineProgressDialog

        public CheckPipelineProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                           IVariables variables,
                                           PipelineMeta pipelineMeta,
                                           List<ICheckResult> remarks,
                                           boolean onlySelected)
        Creates a new dialog that will handle the wait while checking a pipeline...
      • CheckPipelineProgressDialog

        public CheckPipelineProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                           PipelineMeta pipelineMeta,
                                           List<ICheckResult> remarks,
                                           boolean onlySelected,
                                           IVariables variables,
                                           IHopMetadataProvider metadataProvider)
        Creates a new dialog that will handle the wait while checking a pipeline...
    • Method Detail

      • open

        public void open()