hudson.maven
Class NeedsFullBuildAction

java.lang.Object
  extended by hudson.maven.NeedsFullBuildAction
All Implemented Interfaces:
Action, ModelObject

public class NeedsFullBuildAction
extends Object
implements Action

Action signalling that this MavenModuleSet needs a full build on the next run even if it's marked as an incremental build.

Author:
kutzi

Constructor Summary
NeedsFullBuildAction()
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeedsFullBuildAction

public NeedsFullBuildAction()
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface Action
Specified by:
getDisplayName in interface ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface Action


Copyright © 2004-2013. All Rights Reserved.