Class PipelineDescription.Job.RunsOn.SelfHosted.SelfHostedRequirement.SelfHostedCustomRequirement

    • Field Detail

      • type

        @NotNull
        public String type
      • name

        @NotNull
        public String name
      • parameter

        @NotNull
        public String parameter
      • value

        @Nullable
        public String value
    • Constructor Detail

      • SelfHostedCustomRequirement

        public SelfHostedCustomRequirement​(@NotNull
                                           String type,
                                           @NotNull
                                           String name,
                                           @NotNull
                                           String parameter,
                                           @Nullable
                                           String value)