Class GetPipelineRequest


  • public class GetPipelineRequest
    extends RequestBase
    Returns a pipeline.
    • Method Detail

      • id

        @Nullable
        public final java.lang.String id()
        Comma separated list of pipeline ids. Wildcards supported

        API name: id

      • masterTimeout

        @Deprecated
        @Nullable
        public final Time masterTimeout()
        Deprecated.
        Explicit operation timeout for connection to master node

        API name: master_timeout

      • clusterManagerTimeout

        @Nullable
        public final Time clusterManagerTimeout()
        Explicit operation timeout for connection to cluster-manager node

        API name: cluster_manager_timeout

      • summary

        @Nullable
        public final java.lang.Boolean summary()
        Return pipelines without their definitions (default: false)

        API name: summary