Class BuildRunnerData


  • public class BuildRunnerData
    extends Object
    Author:
    Eugene Petrenko Created: 27.05.2010 18:48:00
    • Constructor Detail

      • BuildRunnerData

        public BuildRunnerData​(@NotNull
                               String id,
                               @NotNull
                               String runnerType,
                               @NotNull
                               String runnerName,
                               boolean isDisabled,
                               @NotNull
                               Map<String,​String> runnerParameters,
                               @NotNull
                               Map<String,​String> serverParameters)
    • Method Detail

      • getId

        @NotNull
        public String getId()
        Since:
        8.0
      • isGroupStep

        public boolean isGroupStep()
        Since:
        8.0
      • addChild

        public void addChild​(@NotNull
                             BuildRunnerData child)
        Since:
        8.0
      • getRunnerName

        @NotNull
        public String getRunnerName()
        Since:
        6.5
      • isDisabled

        public boolean isDisabled()
        Since:
        7.1
      • getRunnerType

        @NotNull
        public String getRunnerType()
      • getRunnerParameters

        @NotNull
        public Map<String,​String> getRunnerParameters()
      • getServerParameters

        @NotNull
        public Map<String,​String> getServerParameters()