Class PipelineConfig


  • public class PipelineConfig
    extends Object
    The configuration strings for the pipeline.
    • Constructor Detail

      • PipelineConfig

        public PipelineConfig()
    • Method Detail

      • getSource

        public String getSource()
        The source configuration for the pipeline, before any config compilation has been performed. If there is no config, then this field will be empty.
        Returns:
        source
      • setSource

        public void setSource​(String source)
      • getCompiled

        public String getCompiled()
        The compiled configuration for the pipeline, after all orb expansion has been performed. If there were errors processing the pipeline's configuration, then this field may be empty.
        Returns:
        compiled
      • setCompiled

        public void setCompiled​(String compiled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object