Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Setting estimate for a task
Setting estimate for a task [message #64386] Sat, 17 January 2009 22:01 Go to next message
Peter Stibrany is currently offline Peter StibranyFriend
Messages: 37
Registered: July 2009
Member
Hello,

I would like to synchronize task estimate from repository.
Unfortunately, while AbstractTask class has setEstimatedTimeHours
method, it is not part of ITask interface, so I cannot set estimate
without resorting to hacks (not only casting down to AbstractTask, but
accesssing it in the first place, as it is internal).


Is there specific reason why this is so? Would it be possible to add
setEstimatedTimeHours into ITask interface?

-Peter Stibrany
Re: Setting estimate for a task [message #64409 is a reply to message #64386] Sun, 18 January 2009 07:37 Go to previous message
Eclipse UserFriend
Originally posted by: steffen.pingel.eclipse.org

> I would like to synchronize task estimate from repository.
> Unfortunately, while AbstractTask class has setEstimatedTimeHours
> method, it is not part of ITask interface, so I cannot set estimate
> without resorting to hacks (not only casting down to AbstractTask, but
> accesssing it in the first place, as it is internal).
>
> Is there specific reason why this is so? Would it be possible to add
> setEstimatedTimeHours into ITask interface?

Please request this API enhancement through a bug report:

http://www.eclipse.org/mylyn/support/

Generally development related questions are best asked on the dev or
integrators mailing list: http://www.eclipse.org/mylyn/developers/.

Steffen
Re: Setting estimate for a task [message #595807 is a reply to message #64386] Sun, 18 January 2009 07:37 Go to previous message
Steffen Pingel is currently offline Steffen PingelFriend
Messages: 706
Registered: July 2009
Senior Member
> I would like to synchronize task estimate from repository.
> Unfortunately, while AbstractTask class has setEstimatedTimeHours
> method, it is not part of ITask interface, so I cannot set estimate
> without resorting to hacks (not only casting down to AbstractTask, but
> accesssing it in the first place, as it is internal).
>
> Is there specific reason why this is so? Would it be possible to add
> setEstimatedTimeHours into ITask interface?

Please request this API enhancement through a bug report:

http://www.eclipse.org/mylyn/support/

Generally development related questions are best asked on the dev or
integrators mailing list: http://www.eclipse.org/mylyn/developers/

Steffen
Previous Topic:How about reporting a bug in console context menu
Next Topic:Possible feature request
Goto Forum:
  


Current Time: Fri Apr 26 13:40:35 GMT 2024

Powered by FUDForum. Page generated in 0.03099 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top