Package jetbrains.buildServer.serverSide
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends RunnerStepContext>
getRunnerContexts()
BuildStepsEditor
getStepsEditor()
StepsFactory
getStepsFactory()
-
-
-
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
-
getStepsFactory
@NotNull StepsFactory getStepsFactory()
- Returns:
- speps factory to be used with
getStepsEditor()
-
-