Interface BuildStartStepsContext

  • All Known Implementing Classes:
    BuildStartStepContextImpl

    public interface BuildStartStepsContext
    Created 01.03.13 19:55
    Since:
    8.0
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • getRunnerContexts

        @NotNull
        Collection<? extends RunnerStepContext> getRunnerContexts()
        Returns:
        unordered collection of all enabled build runner contexts with no respect to parent groups
        Since:
        8.0
      • getStepsEditor

        @NotNull
        BuildStepsEditor getStepsEditor()
        Returns:
        steps editor for current build
        Since:
        8.0