Class LastReleaseListViewColumn
java.lang.Object
hudson.views.ListViewColumn
org.jvnet.hudson.plugins.m2release.LastReleaseListViewColumn
- All Implemented Interfaces:
ExtensionPoint,Describable<ListViewColumn>
ListViewColumn that shows the last released version and date.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLastReleaseInfoOf(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
-
Constructor Details
-
LastReleaseListViewColumn
@DataBoundConstructor public LastReleaseListViewColumn()
-
-
Method Details
-
getLastReleaseInfoOf
public LastReleaseListViewColumn.Info getLastReleaseInfoOf(hudson.maven.AbstractMavenProject<?, ?> project) Finds the last release information of the given project.
-