提交 1ead9d3d 编写于 作者: B bap2000

Add since tag to FilePath.list(includes, excludes)

上级 1fbf02ae
......@@ -1211,6 +1211,7 @@ public final class FilePath implements Serializable {
* See {@link FileSet} for the syntax. String like "foo/*.zip" or "foo/**/*.xml"
* @return
* can be empty but always non-null.
* @since 1.407
*/
public FilePath[] list(final String includes, final String excludes) throws IOException, InterruptedException {
return act(new FileCallable<FilePath[]>() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册