/******************************************************************************* * Copyright (C) 2015, Max Hohenegger <eclipse@hohenegger.eu> * * 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 *******************************************************************************/ package org.eclipse.egit.gitflow.ui.internal; /** * Job families of GitFlow jobs. May be used in tests to join job execution. * */ public class JobFamilies { /** * Git Flow Jobs */ public final static Object GITFLOW_FAMILY = new Object(); }