<?xml version="1.0" encoding="UTF-8"?> | |
<ecore:EPackage xmi:version="2.0" | |
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="buildcore" | |
nsURI="http://www.eclipse.org/egf/1.0.0/buildcore" nsPrefix="buildcore"> | |
<eClassifiers xsi:type="ecore:EClass" name="Item"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" | |
eType="#//Property" containment="true" resolveProxies="false"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Chain" eSuperTypes="#//Item"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="jobs" lowerBound="1" upperBound="-1" | |
eType="#//Job" containment="true"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Job" eSuperTypes="#//Item"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" | |
eType="#//Step" containment="true" resolveProxies="false" eOpposite="#//Step/job"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="scms" eType="#//SCM" containment="true" | |
resolveProxies="false"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1" | |
eType="#//Trigger" containment="true" resolveProxies="false"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" | |
defaultValueLiteral="true"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Step" abstract="true"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="job" lowerBound="1" eType="#//Job" | |
eOpposite="#//Job/steps"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="SCM" abstract="true"/> | |
<eClassifiers xsi:type="ecore:EClass" name="SCMLocation" abstract="true"/> | |
<eClassifiers xsi:type="ecore:EClass" name="Property"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true"/> | |
</ecore:EPackage> |