提交 836e52e6 编写于 作者: K Kohsuke Kawaguchi

for efficiency, run this method asynchronously

上级 d3a13f46
......@@ -25,6 +25,7 @@ package hudson.maven;
import hudson.FilePath;
import hudson.model.Result;
import hudson.remoting.Asynchronous;
import hudson.remoting.Callable;
import hudson.remoting.DelegatingCallable;
......@@ -105,6 +106,7 @@ public interface MavenBuildProxy {
* @see ArtifactManager#archive
* @since TODO
*/
@Asynchronous
void queueArchiving(String artifactPath, String artifact);
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册