Interface TimeMetric
@PublicApi
public interface TimeMetric
Represents a Time Metric for a service project.
-
Method Details
-
getName
String getName()Returns the name of the time metric- Returns:
- the name of the time metric
-
getId
Integer getId()Returns the id of the time metric -
getCustomFieldId
Long getCustomFieldId()Returns the id of the custom field corresponding to the time metric -
isCustomerVisible
boolean isCustomerVisible()- Returns:
- true if this metric is visible to Customers.
-