Class TriggerPipelineParameters


  • public class TriggerPipelineParameters
    extends Object
    The information you can supply when triggering a pipeline.
    • Constructor Detail

      • TriggerPipelineParameters

        public TriggerPipelineParameters()
    • Method Detail

      • getBranch

        @Nullable
        public String getBranch()
        The branch where the pipeline ran. The HEAD commit on this branch was used for the pipeline. Note that `branch` and `tag` are mutually exclusive.
        Returns:
        branch
      • setBranch

        public void setBranch​(String branch)
      • getTag

        @Nullable
        public String getTag()
        The tag used by the pipeline. The commit that this tag points to was used for the pipeline. Note that `branch` and `tag` are mutually exclusive.
        Returns:
        tag
      • setTag

        public void setTag​(String tag)
      • getParameters

        @Nullable
        public Object getParameters()
        An object containing pipeline parameters and their values.
        Returns:
        parameters
      • setParameters

        public void setParameters​(Object parameters)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object