870871872873874875876877878879880
*/ public boolean schedulePolling() { if(isDisabled()) return false; SCMTrigger scmt = getTrigger(SCMTrigger.class); if(scmt==null) return false; scmt.run(); return true; } /** * Returns true if the build is in the queue.
246247248249250251252253254255256
} else { actions = new RevisionParameterAction[] { new RevisionParameterAction(infos)}; } trigger.run(actions); break SCMS; } } } catch (SVNException e) {
11091110111111121113111411151116111711181119