Searched refs:setTags (Results 1 - 8 of 8) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DTagEntry.java79 public void setTags(String tag) { method in class:TagEntry
H A DRepository.java226 ent.setTags(lastTagEntry.getTags());
228 ent.setTags(ent.getTags() + ", " + lastTagEntry.getTags());
H A DCVSHistoryParser.java109 entry.setTags(tags.get(commit));
H A DHistoryEntry.java146 public void setTags(String tags) { method in class:HistoryEntry
H A DBazaarRepository.java328 tagEntry.setTags(higher.getTags() + ", " + tag);
H A DFileHistoryCache.java256 ent.setTags(null);
/opengrok/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java282 instance.setTags("test tag");
/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java144 public void setTags(Set<String> tags) { method in class:Message

Completed in 2407 milliseconds