f.hetero_list(name:"cloud", hasHeader:true, descriptors:Cloud.all(), items:app.clouds,
addCaption:_("Add a new cloud"), deleteCaption:_("Delete cloud"))
, but I don't know if fields like descriptors:Cloud.all(), items:app.clouds
are needed in jelly. Can I have a more detailed description about a certain property ? I found one documentation on https://reports.jenkins.io/core-taglib/jelly-taglib-ref.html but it didn't say in detail
definitions_Disk_DisplayName()
method but it is automatically generated, and now I have want to have adefinitions_AwsEfsDisk_DisplayName()
method, what should I do? Thanks
mvn clean install
maybe?)