blob: f99fe0ed0fa5d2c148e28b89159c434d71ab6a51 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2009 Tasktop Technologies and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.monitor.usage;
/**
* @author Mik Kersten
*/
public class MonitorPreferenceConstants {
public static final String PREF_PREVIOUS_TRANSMIT_DATE = "org.eclipse.mylyn.monitor.ui.upload.previousTransmit"; //$NON-NLS-1$
public static final String PREF_NUM_USER_EVENTS = "org.eclipse.mylyn.monitor.ui.events.observed"; //$NON-NLS-1$
public static final String PREF_NUM_USER_EVENTS_SINCE_LAST_UPLOAD = "org.eclipse.mylyn.monitor.ui.events.observed.last.upload"; //$NON-NLS-1$
public static final String PREF_MONITORING_ENABLED = "org.eclipse.mylyn.monitor.ui.enabled"; //$NON-NLS-1$
public static final String PREF_MONITORING_OBFUSCATE = "org.eclipse.mylyn.monitor.ui.obfuscate"; //$NON-NLS-1$
public static final String PREF_MONITORING_ENABLE_SUBMISSION = "org.eclipse.mylyn.monitor.enable.submission"; //$NON-NLS-1$
public static final String PREF_MONITORING_SUBMIT_FREQUENCY = "org.eclipse.mylyn.monitor.submission.frequency"; //$NON-NLS-1$
public static final String PREF_MONITORING_MYLYN_ECLIPSE_ORG_CONSENT_VIEWED = "org.eclipse.mylyn.monitor.mylyn.eclipse.org.consent.viewed"; //$NON-NLS-1$
public static final String PREF_MONITORING_STARTED = "org.eclipse.mylyn.monitor.monitoring.started"; //$NON-NLS-1$
public static final String PREF_MONITORING_INITIALLY_ENABLED = "org.eclipse.mylyn.monitor.initially.enabled"; //$NON-NLS-1$
public static final String PREF_MONITORING_ENABLE_SUBMISSION_INITITALLY_ENABLED = "org.eclipse.mylyn.monitor.submission.initially.enabled"; //$NON-NLS-1$
}