Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

Can I use Grails but code in Java?

java grails groovy frameworks

Gradle: how to list all "given tests"

java testing groovy junit gradle

What does curly brackets syntax mean in Groovy?

groovy geb

What's the Groovy equivalent to Python's dir()?

python groovy

How can I use relative paths to external response files for soapUI MockService

grails def vs Object vs Void

groovy

Jenkins pipeline - How to iterate through a list

How to extract sections of Jenkins pipeline script into classes?

How to return body of an httpRequest in the Jenkins DSL?

jenkins groovy

Can I use a Closure to define a stage in a Jenkins Declarative Pipeline?

How to test Grails service using Spock?

change job parameter value in Groovy System Script

jenkins groovy

How to get classpath in Groovy?

groovy

Groovy returns error when trying to split on newline

groovy mule

If Groovy list is sorted in Ascending order, Sort it in Descending order and Vice Versa

groovy

How to neatly print new line in Groovy?

groovy

Importing and using groovy code in GSP

grails groovy import gsp

Update map using findAll and each in groovy

groovy

See dependency tree for single configuration in gradle (using `dependencies` task)

java groovy gradle

Using groovy.lang.Closure in Java application

java groovy closures