Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.setup/src/org/eclipse/emf/cdo/releng/setup/Branch.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.setup/src/org/eclipse/emf/cdo/releng/setup/Branch.java121
1 files changed, 1 insertions, 120 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.setup/src/org/eclipse/emf/cdo/releng/setup/Branch.java b/plugins/org.eclipse.emf.cdo.releng.setup/src/org/eclipse/emf/cdo/releng/setup/Branch.java
index 70ef7de2d7..e7d5d60d6d 100644
--- a/plugins/org.eclipse.emf.cdo.releng.setup/src/org/eclipse/emf/cdo/releng/setup/Branch.java
+++ b/plugins/org.eclipse.emf.cdo.releng.setup/src/org/eclipse/emf/cdo/releng/setup/Branch.java
@@ -10,9 +10,6 @@
*/
package org.eclipse.emf.cdo.releng.setup;
-import org.eclipse.emf.common.util.EList;
-import org.eclipse.emf.common.util.URI;
-
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Branch</b></em>'.
@@ -23,10 +20,6 @@ import org.eclipse.emf.common.util.URI;
* <ul>
* <li>{@link org.eclipse.emf.cdo.releng.setup.Branch#getProject <em>Project</em>}</li>
* <li>{@link org.eclipse.emf.cdo.releng.setup.Branch#getName <em>Name</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.releng.setup.Branch#getGitClones <em>Git Clones</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.releng.setup.Branch#getApiBaseline <em>Api Baseline</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.releng.setup.Branch#getMspecFilePath <em>Mspec File Path</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.releng.setup.Branch#getCloneVariableName <em>Clone Variable Name</em>}</li>
* </ul>
* </p>
*
@@ -34,7 +27,7 @@ import org.eclipse.emf.common.util.URI;
* @model
* @generated
*/
-public interface Branch extends ToolInstallation
+public interface Branch extends ConfigurableItem
{
/**
* Returns the value of the '<em><b>Project</b></em>' container reference.
@@ -90,116 +83,4 @@ public interface Branch extends ToolInstallation
*/
void setName(String value);
- /**
- * Returns the value of the '<em><b>Git Clones</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.emf.cdo.releng.setup.GitClone}.
- * It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.releng.setup.GitClone#getBranch <em>Branch</em>}'.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Git Clones</em>' containment reference list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Git Clones</em>' containment reference list.
- * @see org.eclipse.emf.cdo.releng.setup.SetupPackage#getBranch_GitClones()
- * @see org.eclipse.emf.cdo.releng.setup.GitClone#getBranch
- * @model opposite="branch" containment="true" required="true"
- * @generated
- */
- EList<GitClone> getGitClones();
-
- /**
- * Returns the value of the '<em><b>Api Baseline</b></em>' reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Api Baseline</em>' reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Api Baseline</em>' reference.
- * @see #setApiBaseline(ApiBaseline)
- * @see org.eclipse.emf.cdo.releng.setup.SetupPackage#getBranch_ApiBaseline()
- * @model
- * @generated
- */
- ApiBaseline getApiBaseline();
-
- /**
- * Sets the value of the '{@link org.eclipse.emf.cdo.releng.setup.Branch#getApiBaseline <em>Api Baseline</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Api Baseline</em>' reference.
- * @see #getApiBaseline()
- * @generated
- */
- void setApiBaseline(ApiBaseline value);
-
- /**
- * Returns the value of the '<em><b>Mspec File Path</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Mspec File Path</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Mspec File Path</em>' attribute.
- * @see #setMspecFilePath(String)
- * @see org.eclipse.emf.cdo.releng.setup.SetupPackage#getBranch_MspecFilePath()
- * @model
- * @generated
- */
- String getMspecFilePath();
-
- /**
- * Sets the value of the '{@link org.eclipse.emf.cdo.releng.setup.Branch#getMspecFilePath <em>Mspec File Path</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Mspec File Path</em>' attribute.
- * @see #getMspecFilePath()
- * @generated
- */
- void setMspecFilePath(String value);
-
- /**
- * Returns the value of the '<em><b>Clone Variable Name</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Clone Variable Name</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Clone Variable Name</em>' attribute.
- * @see #setCloneVariableName(String)
- * @see org.eclipse.emf.cdo.releng.setup.SetupPackage#getBranch_CloneVariableName()
- * @model
- * @generated
- */
- String getCloneVariableName();
-
- /**
- * Sets the value of the '{@link org.eclipse.emf.cdo.releng.setup.Branch#getCloneVariableName <em>Clone Variable Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Clone Variable Name</em>' attribute.
- * @see #getCloneVariableName()
- * @generated
- */
- void setCloneVariableName(String value);
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @model
- * @generated
- */
- boolean isInstalled(String installFolder);
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @model dataType="org.eclipse.emf.cdo.releng.setup.URI"
- * @generated
- */
- URI getURI(String installFolder);
-
} // Branch

Back to the top