Project

General

Profile

« Previous | Next » 

Revision 49854

Moved piwiki configuration details to shared project

View differences:

Repository.java
108 108
	// private List<RepositoryInterface> interfaces = new
109 109
	// ArrayList<RepositoryInterface>();
110 110
	private static List<DataCollectionType> dataCollectionTypes = new ArrayList<DataCollectionType>();
111

  
112

  
113
	private PiwikInfo piwikInfo;
114

  
111 115
	private List<String> environments = new ArrayList<String>();
112 116

  
113 117
	public Repository() {
......
721 725
	public void setRegistered(Boolean registered) {
722 726
		this.registered = registered;
723 727
	}
728

  
729
	public PiwikInfo getPiwikInfo() {
730
		return piwikInfo;
731
	}
732

  
733
	public void setPiwikInfo(PiwikInfo piwikInfo) {
734
		this.piwikInfo = piwikInfo;
735
	}
724 736
}

Also available in: Unified diff