Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Added method to obtain small image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 16, 2012
1 parent c6784f7 commit 5195fa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/hudson/plugins/analysis/core/MavenResultAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ public MavenResultAction(final AbstractResultAction<T> delegate, final String de
/** {@inheritDoc} */
public abstract Class<? extends MavenResultAction<T>> getIndividualActionType();

/**
* Returns the URL of the 24x24 image used in the build link.
*
* @return the URL of the image
* @since 1.42
*/
public String getSmallImageName() {
return delegate.getSmallImageName();
}

/**
* Creates a new build result that contains the aggregated results.
*
Expand Down

0 comments on commit 5195fa7

Please sign in to comment.