Uses of Interface
hudson.plugins.crap4j.model.IMethodCrap

Packages that use IMethodCrap
hudson.plugins.crap4j   
hudson.plugins.crap4j.calculation   
hudson.plugins.crap4j.display   
hudson.plugins.crap4j.model   
 

Uses of IMethodCrap in hudson.plugins.crap4j
 

Methods in hudson.plugins.crap4j that return IMethodCrap
protected  IMethodCrap[] NewCrapMethodsResult.loadMethods()
           
protected  IMethodCrap[] FixedCrapMethodsResult.loadMethods()
           
 

Methods in hudson.plugins.crap4j that return types with arguments of type IMethodCrap
 java.util.Collection<IMethodCrap> CrapBuildResult.getMethods()
           
 

Constructors in hudson.plugins.crap4j with parameters of type IMethodCrap
FixedCrapMethodsResult(hudson.model.AbstractBuild<?,?> owner, IMethodCrap... methods)
           
NewCrapMethodsResult(hudson.model.AbstractBuild<?,?> owner, IMethodCrap... methods)
           
 

Uses of IMethodCrap in hudson.plugins.crap4j.calculation
 

Methods in hudson.plugins.crap4j.calculation that return IMethodCrap
 IMethodCrap[] CrapDataComparer.getFixedCrapMethods()
           
 IMethodCrap[] CrapDataComparer.getNewCrapMethods()
           
 IMethodCrap[] CrapDataComparer.getUnchangedCrapMethods()
           
 

Constructors in hudson.plugins.crap4j.calculation with parameters of type IMethodCrap
CrapDataComparer(IMethodCrap[] oldCrapMethods, IMethodCrap[] newCrapMethods)
           
CrapDataComparer(IMethodCrap[] oldCrapMethods, IMethodCrap[] newCrapMethods)
           
 

Uses of IMethodCrap in hudson.plugins.crap4j.display
 

Methods in hudson.plugins.crap4j.display that return IMethodCrap
 IMethodCrap[] ICrapComparison.getFixedCrapMethods()
           
 IMethodCrap[] ICrapComparison.getNewCrapMethods()
           
 IMethodCrap[] ICrapComparison.getUnchangedCrapMethods()
           
protected abstract  IMethodCrap[] AbstractCrapMethodPresentation.loadMethods()
           
 

Methods in hudson.plugins.crap4j.display that return types with arguments of type IMethodCrap
 java.util.Collection<IMethodCrap> AbstractCrapMethodPresentation.getMethods()
           
 

Methods in hudson.plugins.crap4j.display with parameters of type IMethodCrap
 int DecreasingCrapLoadComparator.compare(IMethodCrap o1, IMethodCrap o2)
           
 

Uses of IMethodCrap in hudson.plugins.crap4j.model
 

Classes in hudson.plugins.crap4j.model that implement IMethodCrap
 class MethodCrapBean
          A serializable bean containing the crap data about one specific method.
 

Methods in hudson.plugins.crap4j.model that return IMethodCrap
 IMethodCrap[] ProjectCrapBean.getCrapMethods()
           
 IMethodCrap[] ProjectCrapBean.getFixedMethods(ProjectCrapBean previousCrap)
           
 IMethodCrap[] ProjectCrapBean.getNewMethods(ProjectCrapBean previousCrap)
           
 

Methods in hudson.plugins.crap4j.model that return types with arguments of type IMethodCrap
 java.util.Collection<IMethodCrap> ICrapMethodPresentation.getMethods()
           
 

Constructors in hudson.plugins.crap4j.model with parameters of type IMethodCrap
ProjectCrapBean(ProjectCrapBean previousCrap, IOverallStatistics statistics, IMethodCrap... crapMethodData)
           
 



Copyright © 2009. All Rights Reserved.