Uses of Class
org.sonar.api.utils.internal.WorkDuration.UNIT

Packages that use WorkDuration.UNIT
org.sonar.api.technicaldebt.batch   
org.sonar.api.technicaldebt.batch.internal   
org.sonar.api.technicaldebt.server   
org.sonar.api.technicaldebt.server.internal   
org.sonar.api.utils.internal   
 

Uses of WorkDuration.UNIT in org.sonar.api.technicaldebt.batch
 

Methods in org.sonar.api.technicaldebt.batch that return WorkDuration.UNIT
 WorkDuration.UNIT Requirement.factorUnit()
          Deprecated.  
 WorkDuration.UNIT Requirement.offsetUnit()
          Deprecated.  
 

Uses of WorkDuration.UNIT in org.sonar.api.technicaldebt.batch.internal
 

Methods in org.sonar.api.technicaldebt.batch.internal that return WorkDuration.UNIT
 WorkDuration.UNIT DefaultRequirement.factorUnit()
          Deprecated.  
 WorkDuration.UNIT DefaultRequirement.offsetUnit()
          Deprecated.  
static WorkDuration.UNIT DefaultRequirement.toUnit(String requirementUnit)
          Deprecated.  
 

Methods in org.sonar.api.technicaldebt.batch.internal with parameters of type WorkDuration.UNIT
 DefaultRequirement DefaultRequirement.setFactorUnit(WorkDuration.UNIT factorUnit)
          Deprecated.  
 DefaultRequirement DefaultRequirement.setOffsetUnit(WorkDuration.UNIT offsetUnit)
          Deprecated.  
 

Uses of WorkDuration.UNIT in org.sonar.api.technicaldebt.server
 

Methods in org.sonar.api.technicaldebt.server that return WorkDuration.UNIT
 WorkDuration.UNIT Characteristic.factorUnit()
          Deprecated.  
 WorkDuration.UNIT Characteristic.offsetUnit()
          Deprecated.  
 

Uses of WorkDuration.UNIT in org.sonar.api.technicaldebt.server.internal
 

Methods in org.sonar.api.technicaldebt.server.internal that return WorkDuration.UNIT
 WorkDuration.UNIT DefaultCharacteristic.factorUnit()
          Deprecated.  
 WorkDuration.UNIT DefaultCharacteristic.offsetUnit()
          Deprecated. since 4.3
static WorkDuration.UNIT DefaultCharacteristic.toUnit(String requirementUnit)
          Deprecated. since 4.3
 

Methods in org.sonar.api.technicaldebt.server.internal with parameters of type WorkDuration.UNIT
 DefaultCharacteristic DefaultCharacteristic.setFactorUnit(WorkDuration.UNIT factorUnit)
          Deprecated. since 4.3
 DefaultCharacteristic DefaultCharacteristic.setOffsetUnit(WorkDuration.UNIT offsetUnit)
          Deprecated. since 4.3
 

Uses of WorkDuration.UNIT in org.sonar.api.utils.internal
 

Methods in org.sonar.api.utils.internal that return WorkDuration.UNIT
static WorkDuration.UNIT WorkDuration.UNIT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WorkDuration.UNIT[] WorkDuration.UNIT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.utils.internal with parameters of type WorkDuration.UNIT
static WorkDuration WorkDuration.createFromValueAndUnit(int value, WorkDuration.UNIT unit, int hoursInDay)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.