Groovy web console

subscribe to the feed Subscribe
to this
site

a

Published 3 months ago by a with tags a
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
class PromotionHead { String name
String description 
boolean enabled
}
 
def promotionHead = new PromotionHead()