提交 8c7c1c62 编写于 作者: K Kohsuke Kawaguchi

this file is now auto-generated

上级 7ad1c7e2
package hudson.taglibs;
import groovy.lang.Closure;
import org.kohsuke.stapler.jelly.groovy.TagLibraryUri;
import org.kohsuke.stapler.jelly.groovy.TypedTagLibrary;
import java.util.Map;
/**
* Experimenting. This is to be auto-generated.
*
* @author Kohsuke Kawaguchi
*/
@TagLibraryUri("/lib/layout")
public interface LayoutTagLib extends TypedTagLibrary {
void layout(Map args, Closure body);
void layout(Map args);
void layout(Closure body);
void layout();
void main_panel(Closure c);
}
import hudson.taglibs.LayoutTagLib
package hudson.model.Hudson;
l=namespace(LayoutTagLib)
l=namespace(lib.LayoutTagLib)
t=namespace("/lib/hudson")
st=namespace("jelly:stapler")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册