org.kohsuke.stapler.jelly
Interface JellyCompatibleFacet
- All Known Implementing Classes:
- GroovyFacet, JellyFacet
public interface JellyCompatibleFacet
Facet
subtype (although not captured in a type hierarchy) that loads Jelly-compatible scripts.
- Author:
- Kohsuke Kawaguchi
getClassTearOffType
java.lang.Class<? extends AbstractTearOff<?,? extends org.apache.commons.jelly.Script,?>> getClassTearOffType()
getDefaultScriptExtension
java.lang.String getDefaultScriptExtension()
- Default file extension of this kind of scripts, such as ".jelly"
Copyright © 2011. All Rights Reserved.