Modifier and type | Property and description |
---|---|
ISREInstall | projectSREInstall
Replies the SRE that is used by the project. |
java.lang.String | sREInstallIdentifier
Replies if identifier of the SRE used by the project in its specific configuration. |
Modifier and type | Action and description |
---|---|
abstract ISREInstall | getProjectSREInstall
Replies the SRE that is used by the project. |
abstract java.lang.String | getSREInstallIdentifier
Replies if identifier of the SRE used by the project in its specific configuration. |
abstract boolean | hasProjectSpecificSREConfiguration
Replies if the project has a specific project configuration. |
abstract boolean | isSystemSREUsed
Replies if the project has a specific project configuration that is using the system SRE. |
val projectSREInstall : ISREInstall
This property is an alias for the action: getProjectSREInstall
val sREInstallIdentifier : java.lang.String
This property is an alias for the action: getSREInstallIdentifier
def getProjectSREInstall : ISREInstall
def getSREInstallIdentifier : java.lang.String
def hasProjectSpecificSREConfiguration : boolean
def isSystemSREUsed : boolean