Forum Discussion
joseph_michaud
Staff
9 years agoI suspect that you are referencing the defined Enum
which, indeed, does not define 'Any'. I'm guessing that the author of the Jenkins plugin is interpreting 'Any' and trying first one, then the other.
I'm not at all familiar with coding for Jenkins but I'll beat the bushes and see if I can flush out our Jenkins plugin author for an answer. (This may take a bit....)
joseph_michaud
Staff
9 years ago(and take a bit, it did...) You were close. Use any of the following
TcInstallation.ExecutorType.TC
TcInstallation.ExecutorType.TE
ANY_CONSTANT (from the Constants class)
See http://javadoc.jenkins-ci.org/TestComplete/constant-values.html).
- Christian_N_DK9 years agoContributor
Thanks.
:D