Extension which allows to configure Gradle XL Release Plugin.
| Type | Name and description |
|---|---|
org.gradle.api.Project |
project |
boolean |
useSourcesDirectlyIf true then original resources from src/main/resources will be added to XL Release classpath instead of processed ones from build/. |
java.lang.Object |
xlReleaseHomeLocation of unpacked XL Release server installation. |
java.lang.Object |
xlReleaseLicenseLocation of XL Release license to use for testing. |
java.lang.Object |
xlReleasePortPort on which XL Release server will be started |
| Type | Name and description |
|---|---|
java.io.File |
getXlReleaseHomeOrFail() |
java.io.File |
getXlReleaseLicenseOrFail() |
java.lang.String |
getXlReleasePort() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If true then original resources from src/main/resources will be added to XL Release classpath instead of processed ones from build/. This might be handy to quickly change python scripts without need to rebuild and restart the project.
Location of unpacked XL Release server installation. May be a string or a file.
Location of XL Release license to use for testing. May be string or file.
Port on which XL Release server will be started