Class PipelineReference


  • public final class PipelineReference
    extends Object
    Pipeline reference type.
    • Constructor Detail

      • PipelineReference

        public PipelineReference()
    • Method Detail

      • getType

        public PipelineReferenceType getType()
        Get the type property: Pipeline reference type.
        Returns:
        the type value.
      • setType

        public PipelineReference setType​(PipelineReferenceType type)
        Set the type property: Pipeline reference type.
        Parameters:
        type - the type value to set.
        Returns:
        the PipelineReference object itself.
      • getReferenceName

        public String getReferenceName()
        Get the referenceName property: Reference pipeline name.
        Returns:
        the referenceName value.
      • setReferenceName

        public PipelineReference setReferenceName​(String referenceName)
        Set the referenceName property: Reference pipeline name.
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the PipelineReference object itself.
      • getName

        public String getName()
        Get the name property: Reference name.
        Returns:
        the name value.
      • setName

        public PipelineReference setName​(String name)
        Set the name property: Reference name.
        Parameters:
        name - the name value to set.
        Returns:
        the PipelineReference object itself.