/*******************************************************************************
* Copyright (c) 2016 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package com.ibm.team.build.internal.hjplugin;
public class RTCJobProperties {
public static final String BUILD_RESULT_UUID = "buildResultUUID"; //$NON-NLS-1$
public static final String USE_DYNAMIC_LOAD_RULE = "com.ibm.team.build.useExtension"; //$NON-NLS-1$
public static final String RTC_BUILD_SNAPSHOT = "rtcBuildSnapshot"; //$NON-NLS-1$
public static final String TEMPORARY_WORKSPACE_NAME = "rtcTempRepoWorkspaceName";
public static final String TEMPORARY_WORKSPACE_UUID = "rtcTempRepoWorkspaceUUID";
public static final String TEMPORARY_REPO_WORKSPACE_DATA = "temporaryRepoWorkspaceData";
public static final String DEBUG_PROPERTY = "com.ibm.team.build.debug"; //$NON-NLS-1$
}