Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

How to Run a Spock Test inside Eclipse

groovy junit spock

Jenkins Declarative Pipeline - how to get path to Jenkinsfile in use?

Closure with typed arguments in Groovy

Grails / Spock: How to mock single method within class where method is called from within the class itself?

Use Groovy Category implicitly in all instance methods of class

What is the standard SOAP library to use in groovy?

soap groovy groovyws

Groovy .each only iterates one time

Groovy Java 9 modules support

Jenkinsfile variable used in two separate stages

How to catch manual UI cancel of job in Jenkinsfile

How to get specific information about the current build project in Jenkins with Groovy?

groovy hudson jenkins

Difference between @Delegate and @Mixin AST transformations in Groovy

Format date in elasticsearch query (during retrieval)

java groovy elasticsearch

Question about "&" in Groovy

groovy

How to avoid MissingPropertyException

groovy

Parsing dates without timezone conversion

java datetime groovy gremlin

Should I use Groovy's @CompileStatic if I'm also using Java 7

Jenkins Pipeline: How to write UTF-8 files with writeFile?

How do I reference the GroovyObject instance from MetaClass methods in Groovy?

groovy metaclass