Interface SBuildStepsCollection

    • Method Detail

      • getBuildRunners

        @NotNull
        Collection<? extends SBuildStepDescriptor> getBuildRunners()
        Returns:
        all build steps for a build configuration
        Since:
        8.0
      • getEnabledBuildRunners

        @NotNull
        Collection<? extends SBuildStepDescriptor> getEnabledBuildRunners()
        Returns:
        all enabled build steps for a build configuration
        Since:
        8.0
      • getInvalidProperties

        @NotNull
        Collection<InvalidProperty> getInvalidProperties()
        Returns:
        invalid properties collection for all enabled build steps
        Since:
        8.0