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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addUnbuiltModule
(ModuleName moduleName) boolean
removeUnbuildModule
(ModuleName moduleName)
-
Constructor Details
-
UnbuiltModuleAction
public UnbuiltModuleAction()
-
-
Method Details
-
addUnbuiltModule
-
removeUnbuildModule
-
getUnbuildModules
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-