Interface IWorkspaceOrchestratorEvent

    • Method Detail

      • getProject

        IDtProject getProject()
        Returns the project this event relates with.
        Returns:
        the project, never null.
      • isStateChanged

        boolean isStateChanged()
        Returns the flag indicating whether the project state is changed or not.
        Returns:
        true if the state is changed, false - otherwise.
      • isPipelineJobStopRequested

        boolean isPipelineJobStopRequested()
        Checks if all running pipeline jobs requested to stop.
        Returns:
        true if all running pipeline jobs requested to stop, false otherwise.
      • isBackgroundOperationStopRequested

        boolean isBackgroundOperationStopRequested()
        Checks if all running background operations requested to stop.
        Returns:
        true if all running background operations requested to stop, false otherwise.
      • isProjectClosing

        boolean isProjectClosing()
        Returns the flag indicating whether the project is in closing state or not.
        Returns:
        true if the project is in closing state, false - otherwise.