Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-builds-dev] Question about Repository Location

Hi all,

I have a problem with the repository location as I implement a connector for Red Hat's Koji
build server.  My seniors are interested in the use case where a build editor will show the detail
of the build they just pushed by using Fedora Packager.  The problem is, at the moment,
I cannot provide the full implementation of the connector, so I must first finish the
implementation of the ServerBehavior and the mapping of BuildPlan and Build for use with
BuildEditor.  On top of that, I think I will need the RepositoryLocation supplied by the
BuildServer to construct the client.  I know that the instance of the BuildServer can be
obtained by calling BuildUI.createServer(connector kind), but can I simply fill the server
url into the properties of the RepositoryLocation and set the server as the buildplan's server?

Looking forward to read your reply, thank you very much!

Yours truly,

Ken Leung


Back to the top