On Tue, Dec 9, 2014 at 12:58 PM, Surya Gaddipati
<
suryap...@gmail.com> wrote:
> I have this line in my code
> <AtrifactArchiver>.perform((AbstractBuild) dynamicBuild, launcher, listener);
>
> Which now wants me to handle IOException in my code.
True; better to use the new overload anyway:
<ArtifactArchiver>.perform(dynamicBuild, dynamicBuild.getWorkspace(),
launcher, listener);