Files
openide/build/scripts/scripts.gdsl

11 lines
642 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:"findModule", type:"org.jetbrains.jps.model.module.JpsModule", params:[name:"String"]
method name:"requireProperty", type:"String", params:[key:"String"]
method name:"requireProperty", type:"String", params:[key:"String", defaultValue:"String"]
method name:"notifyArtifactBuilt", type:"void", params:[artifactPath:"String"]
property name: "productProperties", type: "org.jetbrains.intellij.build.ProductProperties"
})