Uses of Class
org.sonar.batch.phases.Phases.Phase

Packages that use Phases.Phase
org.sonar.batch.phases   
org.sonar.batch.profiling   
 

Uses of Phases.Phase in org.sonar.batch.phases
 

Methods in org.sonar.batch.phases that return Phases.Phase
static Phases.Phase Phases.Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Phases.Phase[] Phases.Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.batch.phases with parameters of type Phases.Phase
 Phases Phases.enable(Phases.Phase... phases)
           
 boolean Phases.isEnabled(Phases.Phase phase)
           
 

Uses of Phases.Phase in org.sonar.batch.profiling
 

Methods in org.sonar.batch.profiling that return Phases.Phase
 Phases.Phase PhaseProfiling.phase()
           
 

Methods in org.sonar.batch.profiling with parameters of type Phases.Phase
 void ModuleProfiling.addPhaseProfiling(Phases.Phase phase)
           
static PhaseProfiling PhaseProfiling.create(System2 system, Phases.Phase phase)
           
 PhaseProfiling ModuleProfiling.getProfilingPerPhase(Phases.Phase phase)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.