Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-builds-dev] Question about refreshing plans upon new server creation

Hi all,

I am now implementing the getPlans() method of the ServerBehavior class for the koji connector.
At a first glance, I noticed that the method takes a list of plan IDs.  This raises the question
about, when a new server is created and the refresh button is clicked, what is being sent to the
getPlans() to query all the available build plans of the server?

(I did a bit of tracing and it brought me to a RefreshSession class' refreshPlans() method, but tracing
that method leads to a conclusion of an empty list is passed to the getPlans().)

I should be grateful for your kind advice and thank you very much!

Best wishes,

Ken Leung


Back to the top