mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
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"]
|
|
}) |