Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-builds-dev] Question about build plan IDs.

I don't think the build plan ids are shown anywhere. It should be fine to use the converted integer values. Only the name should be used for labels.

Please file a bug if you notice the ids in the UI and we'll figure out how to best change that.

Steffen


On Thu, Aug 18, 2011 at 6:05 PM, Kiu Leung <kleung@xxxxxxxxxx> wrote:
Hi all,

I have a question about the IBuildPlan IDs.  I noticed that they are defined as String type, but
my target server is using integers for their jobs.  So I wonder what will happen if I do Integer.toString(id)?
Will this integer be shown somewhere in the UI, making it meaningless to the user?  Or its only the displayName
field matters?

Thanks in advance for your help.

Best regards,

Ken Leung
_______________________________________________
mylyn-builds-dev mailing list
mylyn-builds-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/mylyn-builds-dev



--
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com

Back to the top