Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] new updateAttributes method on AbstractRepositoryConnector

Connectors must now implement the following method:

	public abstract void updateAttributes(
		TaskRepository repository,
		IProgressMonitor monitor);
	
This is exposed via "Update Attributes" action in the Task Repositories
view.  It is needed because a repository can change (e.g. new component
added) and currently we only allow attributes to be updated from within the
new task and query wizards.  

Steffen: the way to implement this is probably to extract your
updateAttributesFromRepository method into the Trac server façade.

Eugene: the web connector can ignore this for now but it is feasible that at
some point it this would trigger reading an HTML/XML configuration page,
e.g. if a web repository provided and updated the regexp format.

Mik

--
Mik Kersten, http://kerstens.org/mik
Mylar Project Lead, http://eclipse.org/mylar




Back to the top