org.sonar.api.technicaldebt
Class TechnicalDebt
java.lang.Object
org.sonar.api.technicaldebt.TechnicalDebt
- All Implemented Interfaces:
- Serializable
public class TechnicalDebt
- extends Object
- implements Serializable
- See Also:
- Serialized Form
of
public static TechnicalDebt of(int minutes,
int hours,
int days)
fromLong
public static TechnicalDebt fromLong(long technicalDebtInLong)
toLong
public long toLong()
days
public long days()
hours
public long hours()
minutes
public long minutes()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2009-2013 SonarSource. All Rights Reserved.