Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

GORM for Rest (Grails)?

grails groovy grails-orm

Groovy constructors

groovy constructor

No signature of method: is applicable for argument types error in Groovy

groovy gradle cucumber

How do I construct a (non-static) Java inner class from Groovy

java groovy inner-classes

Jenkins: How can I know if an automatic process or a user has triggered a build?

Equivalent of eval() in Groovy

groovy

How to load mysql dump to hsqldb database?

mysql groovy migration hsqldb

Finding text on page with Selenium 2

selenium groovy

preserve formatting when updating xml file with groovy

xml regex groovy

Should I define interfaces in Duck Typed languages?

How to extend the behavior of a Gradle task for a new task type?

groovy gradle task

How does the Groovy in operator work?

Android Gradle custom task per variant

Groovy & IntelliJ: how to extract variable with explicit type declaration?

How to get a list of running jenkins builds via groovy script?

jenkins groovy

How create and configure a new Jenkins Job using groovy?

groovy jenkins

Groovy Generics failure

java generics groovy

How to use environment variables in a groovy function using a Jenkinsfile

How do I assure that a Jenkins pipeline stage is always executed, even if a previous one failed?

Groovy .each vs .collect

groovy iterator