提交 fb421b9a 编写于 作者: K Kohsuke Kawaguchi

exposed channel

上级 0f0ec0d0
......@@ -169,6 +169,14 @@ public class CLI {
return entryPoint.hasCommand(name);
}
/**
* Accesses the underlying communication channel.
* @since 1.419
*/
public Channel getChannel() {
return channel;
}
public static void main(final String[] _args) throws Exception {
System.exit(_main(_args));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册