On Mon, Nov 28, 2016 at 7:58 PM, Adam Chevalier <[email protected]> wrote: > I determined that MasterToSlaveFileCallable was the best fit for the > intent. However, maven is telling me it can't find that class. This doesn't > make sense to me, since it's in the core Jenkins package, which I have > listed as a dependency.
Uh, diff --git a/src/main/java/testrail/testrail/JunitResults/JUnitResults.java b/src/main/java/testrail/testrail/JunitResults/JUnitResults.java index c35cd65..5ee59ea 100644 --- a/src/main/java/testrail/testrail/JunitResults/JUnitResults.java +++ b/src/main/java/testrail/testrail/JunitResults/JUnitResults.java @@ -31,6 +31,7 @@ import java.io.IOException; import java.io.PrintStream; import java.util.ArrayList; import java.util.List; +import jenkins.MasterToSlaveFileCallable; /** * Created by Drew on 3/24/2014. works. BTW a bunch of stuff in your POM is extraneous and should be deleted, but especially the explicit dep on `jenkins-test-harness`. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1QXvagRCraWffTzeQmnfe7zdkjeE_sXyFSpMS%2Byuu67A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
