blob: 5d8b8a0371af8fd6c6d482eb939007de0703c29d [file] [log] [blame]
def ctx = context(scope: scriptScope(), filetypes : ["gant"])
contributor ([ctx], {
method name:"loadProject", type:"void", params:[:]
method name:"isDefined", type:"boolean", params:[key:"String"]
method name:"requireProperty", type:"String", params:[key:"String"]
method name:"requireProperty", type:"String", params:[key:"String", defaultValue:"String"]
method name:"printUnusedModules", type:"void", params:[usedModules:"java.util.Set<String>"]
method name:"notifyArtifactBuilt", type:"void", params:[artifactPath:"String"]
})