Interface BuildExecution

    • Method Detail

      • isBuilding

        boolean isBuilding()
        Returns true if the build is currently executing
        Returns:
        building
      • isCompleted

        boolean isCompleted()
        Returns true if the build has completed
        Returns:
        completed
      • isSuccessful

        boolean isSuccessful()
        If the Build is successful or not
        Returns:
        successful
      • getBuildState

        @NotNull
        @NotNull BuildState getBuildState()
        Returns the BuildState (success or failure)
        Returns:
        buildState
      • getBuildContext

        @NotNull
        @NotNull BuildContext getBuildContext()
        The BuildContext of build process represented by this object.
        Returns:
        buildContext
      • getConfigObject

        @Nullable
        <T> T getConfigObject​(String key,
                              Class<T> aClass)
        Get configuration object produced by PlanConfigurationUiPlugin
        Parameters:
        key -
        aClass -
        Returns:
        configObject
        Since:
        3.0