Package org.tomfolga

Class PomModulesShortColumn

  • All Implemented Interfaces:
    ExtensionPoint, Describable<ListViewColumn>

    public class PomModulesShortColumn
    extends AbstractPomModulesColumn
    This class defines a column that shows Maven POM Modules groupId, artifactId and version. This class has multiple descriptors which instantiate this class with different params. I am not sure if it's recommended way in Hudson, but it allows to create multiple column definition using one class/jelly file. TODO: check if/how columns can be configured to avoid multiple columns
    Author:
    tomfolga