Package hudson.maven
Class UnbuiltModuleAction
java.lang.Object
hudson.maven.UnbuiltModuleAction
- All Implemented Interfaces:
Action,ModelObject
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUnbuiltModule(ModuleName moduleName) booleanremoveUnbuildModule(ModuleName moduleName)
-
Constructor Details
-
UnbuiltModuleAction
public UnbuiltModuleAction()
-
-
Method Details
-
addUnbuiltModule
-
removeUnbuildModule
-
getUnbuildModules
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-