hudson.maven
Class UnbuiltModuleAction
java.lang.Object
hudson.maven.UnbuiltModuleAction
- All Implemented Interfaces:
- Action, ModelObject
public class UnbuiltModuleAction
- extends Object
- implements Action
Action which remembers all module which have not been built since the last successful build
though they should have been, because they have SCM changes since then.
See JENKINS-5764
- Author:
- kutzi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnbuiltModuleAction
public UnbuiltModuleAction()
addUnbuiltModule
public void addUnbuiltModule(ModuleName moduleName)
removeUnbuildModule
public boolean removeUnbuildModule(ModuleName moduleName)
getUnbuildModules
public Collection<ModuleName> getUnbuildModules()
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.