com.atlassian.jira.imports.csv.mappers
Interface TimeEstimateConverter

All Known Implementing Classes:
SimpleTimeEstimateConverter

public interface TimeEstimateConverter

Converts a raw string to a Long representing the number of seconds the time estimate field contains.


Method Summary
 Long convertEstimate(String estimate)
           
 

Method Detail

convertEstimate

Long convertEstimate(String estimate)


Copyright © 2002-2009 Atlassian. All Rights Reserved.