blob: 68d7b9f0c46968b3b44eeb064e6f013c865c3bd5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2009 Tasktop Technologies and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.tasks.bugs;
/**
* @author Steffen Pingel
*/
public class IRepositoryConstants {
@Deprecated
public static final String BRANDING = "branding"; //$NON-NLS-1$
public static final String COMPONENT = "component"; //$NON-NLS-1$
public static final String CONNECTOR_KIND = "repositoryKind"; //$NON-NLS-1$
public static final String DESCRIPTION = "description"; //$NON-NLS-1$
public static final String PRODUCT = "product"; //$NON-NLS-1$
@Deprecated
public static final String PRODUCT_CATEGORY = "productCategory"; //$NON-NLS-1$
@Deprecated
public static final String PRODUCT_DESCRIPTION = "productDescription"; //$NON-NLS-1$
@Deprecated
public static final String PRODUCT_NAME = "productName"; //$NON-NLS-1$
@Deprecated
public static final String PRODUCT_TITLE = "productTitle"; //$NON-NLS-1$
@Deprecated
public static final String REPOSITORY_KIND = "repositoryKind"; //$NON-NLS-1$
public static final String REPOSITORY_URL = "repositoryUrl"; //$NON-NLS-1$
public static final String SEVERITY = "severity"; //$NON-NLS-1$
public static final String VERSION = "version"; //$NON-NLS-1$
public static final String SUMMARY = "summary"; //$NON-NLS-1$
public static final String PRIORITY = "priority"; //$NON-NLS-1$
public static final String MAPPING_COMPLETE = "org.eclipse.mylyn.tasks.bugs.mappingComplete"; //$NON-NLS-1$
}