The MIT License Copyright 2017 Maksim Kostromin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. https://tldrlegal.com/license/mit-license
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
createExtFolder(org.gradle.api.Project project)SoapUI runner looking for ext folder. |
|
static java.lang.String |
today() |
|
static void |
tryOrThrowIf(boolean failOnError, groovy.lang.Closure closure)try execute closure content. |
|
static void |
tryWithLog(groovy.lang.Closure closure)Try execute clojure. |
|
static void |
tryWithLogMessage(java.lang.String message, groovy.lang.Closure closure)Try execute clojure. |
|
static void |
tryWithMessage(java.lang.String message, groovy.lang.Closure closure)Try execute clojure. |
|
static java.lang.String |
usage(java.lang.String taskName) |
|
static void |
validate(java.io.File file, java.lang.String taskName, boolean failOnError) |
| 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() |
SoapUI runner looking for ext folder.
All inside could be used as external scripts or libraries.
I will create that folder if it's not exists.
Otherwise if it's exists and it's not a directory it might cause some unexpected issues...
project - applied totry execute closure content. If error will occurs, re-throw an error only if failOnError is true.
failOnError - throw an error if execution will fails.closure - closure to be executed. Try execute clojure. If error occurs then just log it and continue execution...
closure - closure to be executed. Try execute clojure. If error occurs use message in addition.
message - message to be added.closure - closure to be executed. Try execute clojure. If error occurs use message in addition to exception.
message - message to be added.closure - closure to be executed.