Hi, Is there a valid reason why callers of Run.getExecutor()<http://sorcerer.jenkins-ci.org/source-view.html?hudson/model/Run.js#getExecutor()> need to be aware of the type of run that they are interogating?
e.g. if the Run is a flyweight task this will always return null. or to put it another way why doesn't getExectutor() check both real and oneOff exectutors - rather than forcing the caller to check both with an extra if (null) getOneOffExecutor()? /James -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
