I've never had to directly import a class like that before, weird.

Thanks for your help, especially the extra bit about the pom.
I suspected that was the case, but I'm really new to Jenkins
plugin development, and i'm pretty rusty on Java. So it's
difficult for me to tell what is actually being used.


On Tue, Nov 29, 2016 at 8:29 AM, Jesse Glick <jgl...@cloudbees.com> wrote:

> On Mon, Nov 28, 2016 at 7:58 PM, Adam Chevalier
> <chevalierad...@gmail.com> 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 a topic in the
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/jenkinsci-dev/iYQSZ08t5pk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-dev+unsubscr...@googlegroups.com.
> 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.
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAJezUJwAiyCJFnXB%2B%2BAho7NP%2Bi9u3Fc5GCJAUTFOfparPmeKsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to