Class NoTriggerMultiBranchQueueDecisionHandler

    • Constructor Detail

      • NoTriggerMultiBranchQueueDecisionHandler

        public NoTriggerMultiBranchQueueDecisionHandler()
    • Method Detail

      • getBranchProperties

        @NonNull
        protected abstract Iterable<? extends Object> getBranchProperties​(MultiBranchProject project,
                                                                          Job job)
        Returns properties associated with the branch represented by the job.
        Parameters:
        project - the project to which the job belongs to.
        job - the job of which the properties are returned.
        Returns:
        the job properties.