Example usage for java.util Queue.QueueDecisionHandler subclass-usage

List of usage examples for java.util Queue.QueueDecisionHandler subclass-usage

Introduction

In this page you can find the example usage for java.util Queue.QueueDecisionHandler subclass-usage.

Usage

From source file io.fabric8.jenkins.openshiftsync.BuildDecisionHandler.java

@Extension
public class BuildDecisionHandler extends Queue.QueueDecisionHandler {

    @Override
    public boolean shouldSchedule(Queue.Task p, List<Action> actions) {
        if (p instanceof WorkflowJob && !isOpenShiftBuildCause(actions)) {