hudson.maven
Class UnbuiltModuleAction

java.lang.Object
  extended by 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

Constructor Summary
UnbuiltModuleAction()
           
 
Method Summary
 void addUnbuiltModule(ModuleName moduleName)
           
 String getDisplayName()
          
 String getIconFileName()
          
 Collection<ModuleName> getUnbuildModules()
           
 String getUrlName()
          
 boolean removeUnbuildModule(ModuleName moduleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnbuiltModuleAction

public UnbuiltModuleAction()
Method Detail

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.