Class LastReleaseListViewColumn
- java.lang.Object
-
- hudson.views.ListViewColumn
-
- org.jvnet.hudson.plugins.m2release.LastReleaseListViewColumn
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ListViewColumn>
public class LastReleaseListViewColumn extends ListViewColumn
ListViewColumn
that shows the last released version and date.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LastReleaseListViewColumn.DescriptorImpl
static class
LastReleaseListViewColumn.Info
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description LastReleaseListViewColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LastReleaseListViewColumn.Info
getLastReleaseInfoOf(hudson.maven.AbstractMavenProject<?,?> project)
Finds the last release information of the given project.-
Methods inherited from class hudson.views.ListViewColumn
all, createDefaultInitialColumnList, createDefaultInitialColumnList, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
-
-
-
-
Method Detail
-
getLastReleaseInfoOf
public LastReleaseListViewColumn.Info getLastReleaseInfoOf(hudson.maven.AbstractMavenProject<?,?> project)
Finds the last release information of the given project.
-
-