Class PipelineResource


  • public class PipelineResource
    extends SubResource
    Pipeline resource type.
    • Constructor Detail

      • PipelineResource

        public PipelineResource()
    • Method Detail

      • getDescription

        public String getDescription()
        Get the description property: The description of the pipeline.
        Returns:
        the description value.
      • setDescription

        public PipelineResource setDescription​(String description)
        Set the description property: The description of the pipeline.
        Parameters:
        description - the description value to set.
        Returns:
        the PipelineResource object itself.
      • getActivities

        public List<Activity> getActivities()
        Get the activities property: List of activities in pipeline.
        Returns:
        the activities value.
      • setActivities

        public PipelineResource setActivities​(List<Activity> activities)
        Set the activities property: List of activities in pipeline.
        Parameters:
        activities - the activities value to set.
        Returns:
        the PipelineResource object itself.
      • getParameters

        public Map<String,​ParameterSpecification> getParameters()
        Get the parameters property: List of parameters for pipeline.
        Returns:
        the parameters value.
      • setParameters

        public PipelineResource setParameters​(Map<String,​ParameterSpecification> parameters)
        Set the parameters property: List of parameters for pipeline.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the PipelineResource object itself.
      • getVariables

        public Map<String,​VariableSpecification> getVariables()
        Get the variables property: List of variables for pipeline.
        Returns:
        the variables value.
      • setVariables

        public PipelineResource setVariables​(Map<String,​VariableSpecification> variables)
        Set the variables property: List of variables for pipeline.
        Parameters:
        variables - the variables value to set.
        Returns:
        the PipelineResource object itself.
      • getConcurrency

        public Integer getConcurrency()
        Get the concurrency property: The max number of concurrent runs for the pipeline.
        Returns:
        the concurrency value.
      • setConcurrency

        public PipelineResource setConcurrency​(Integer concurrency)
        Set the concurrency property: The max number of concurrent runs for the pipeline.
        Parameters:
        concurrency - the concurrency value to set.
        Returns:
        the PipelineResource object itself.
      • getAnnotations

        public List<Object> getAnnotations()
        Get the annotations property: List of tags that can be used for describing the Pipeline.
        Returns:
        the annotations value.
      • setAnnotations

        public PipelineResource setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the Pipeline.
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the PipelineResource object itself.
      • getRunDimensions

        public Map<String,​Object> getRunDimensions()
        Get the runDimensions property: Dimensions emitted by Pipeline.
        Returns:
        the runDimensions value.
      • setRunDimensions

        public PipelineResource setRunDimensions​(Map<String,​Object> runDimensions)
        Set the runDimensions property: Dimensions emitted by Pipeline.
        Parameters:
        runDimensions - the runDimensions value to set.
        Returns:
        the PipelineResource object itself.
      • getFolder

        public PipelineFolder getFolder()
        Get the folder property: The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
        Returns:
        the folder value.
      • setFolder

        public PipelineResource setFolder​(PipelineFolder folder)
        Set the folder property: The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
        Parameters:
        folder - the folder value to set.
        Returns:
        the PipelineResource object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Pipeline resource type.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public PipelineResource setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Pipeline resource type.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the PipelineResource object itself.