提交 97e00ae4 编写于 作者: K Kohsuke Kawaguchi

Merge pull request #436 from agallou/estimated_duration_api

displayed run's estimated duration in api
...@@ -1938,6 +1938,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run ...@@ -1938,6 +1938,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
* @return the estimated duration in milliseconds * @return the estimated duration in milliseconds
* @since 1.383 * @since 1.383
*/ */
@Exported
public long getEstimatedDuration() { public long getEstimatedDuration() {
return project.getEstimatedDuration(); return project.getEstimatedDuration();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册