blob: b53b8c8a8489dfe111c7ba80160349cc8c5d3e49 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008-2010 Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sonatype, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.m2e.model.edit.pom;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object ' <em><b>Scm</b></em>'. <!-- end-user-doc --> <!--
* begin-model-doc --> 4.0.0 <!-- end-model-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2e.model.edit.pom.Scm#getConnection <em>Connection </em>}</li>
* <li>{@link org.eclipse.m2e.model.edit.pom.Scm#getDeveloperConnection <em> Developer Connection</em>}</li>
* <li>{@link org.eclipse.m2e.model.edit.pom.Scm#getTag <em>Tag</em>}</li>
* <li>{@link org.eclipse.m2e.model.edit.pom.Scm#getUrl <em>Url</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2e.model.edit.pom.PomPackage#getScm()
* @model extendedMetaData="name='Scm' kind='elementOnly'"
* @generated
*/
public interface Scm extends EObject {
/**
* Returns the value of the '<em><b>Connection</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
* begin-model-doc --> 4.0.0 The source control management system URL that describes the repository and how to connect
* to the repository. For more information, see the &lt;a
* href="http://maven.apache.org/scm/scm-url-format.html"&gt;URL format&lt;/a&gt; and &lt;a
* href="http://maven.apache.org/scm/scms-overview.html"&gt;list of supported SCMs&lt;/a&gt;. This connection is
* read-only. <!-- end-model-doc -->
*
* @return the value of the '<em>Connection</em>' attribute.
* @see #setConnection(String)
* @see org.eclipse.m2e.model.edit.pom.PomPackage#getScm_Connection()
* @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
* "kind='element' name='connection' namespace='##targetNamespace'"
* @generated
*/
String getConnection();
/**
* Sets the value of the ' {@link org.eclipse.m2e.model.edit.pom.Scm#getConnection <em>Connection</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Connection</em>' attribute.
* @see #getConnection()
* @generated
*/
void setConnection(String value);
/**
* Returns the value of the '<em><b>Developer Connection</b></em>' attribute. <!-- begin-user-doc --> <!--
* end-user-doc --> <!-- begin-model-doc --> 4.0.0 Just like &lt;code&gt;connection&lt;/code&gt;, but for developers,
* i.e. this scm connection will not be read only. <!-- end-model-doc -->
*
* @return the value of the '<em>Developer Connection</em>' attribute.
* @see #setDeveloperConnection(String)
* @see org.eclipse.m2e.model.edit.pom.PomPackage#getScm_DeveloperConnection()
* @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
* "kind='element' name='developerConnection' namespace='##targetNamespace'"
* @generated
*/
String getDeveloperConnection();
/**
* Sets the value of the ' {@link org.eclipse.m2e.model.edit.pom.Scm#getDeveloperConnection
* <em>Developer Connection</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Developer Connection</em>' attribute.
* @see #getDeveloperConnection()
* @generated
*/
void setDeveloperConnection(String value);
/**
* Returns the value of the '<em><b>Tag</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
* begin-model-doc --> 4.0.0 The tag of current code. By default, it's set to HEAD during development. <!--
* end-model-doc -->
*
* @return the value of the '<em>Tag</em>' attribute.
* @see #isSetTag()
* @see #unsetTag()
* @see #setTag(String)
* @see org.eclipse.m2e.model.edit.pom.PomPackage#getScm_Tag()
* @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData
* ="kind='element' name='tag' namespace='##targetNamespace'"
* @generated
*/
String getTag();
/**
* Sets the value of the '{@link org.eclipse.m2e.model.edit.pom.Scm#getTag <em>Tag</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Tag</em>' attribute.
* @see #isSetTag()
* @see #unsetTag()
* @see #getTag()
* @generated
*/
void setTag(String value);
/**
* Unsets the value of the '{@link org.eclipse.m2e.model.edit.pom.Scm#getTag <em>Tag</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @see #isSetTag()
* @see #getTag()
* @see #setTag(String)
* @generated
*/
void unsetTag();
/**
* Returns whether the value of the ' {@link org.eclipse.m2e.model.edit.pom.Scm#getTag <em>Tag</em>}' attribute is
* set. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @return whether the value of the '<em>Tag</em>' attribute is set.
* @see #unsetTag()
* @see #getTag()
* @see #setTag(String)
* @generated
*/
boolean isSetTag();
/**
* Returns the value of the '<em><b>Url</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
* begin-model-doc --> 4.0.0 The URL to the project's browsable SCM repository, such as ViewVC or Fisheye. <!--
* end-model-doc -->
*
* @return the value of the '<em>Url</em>' attribute.
* @see #setUrl(String)
* @see org.eclipse.m2e.model.edit.pom.PomPackage#getScm_Url()
* @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
* "kind='element' name='url' namespace='##targetNamespace'"
* @generated
*/
String getUrl();
/**
* Sets the value of the '{@link org.eclipse.m2e.model.edit.pom.Scm#getUrl <em>Url</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Url</em>' attribute.
* @see #getUrl()
* @generated
*/
void setUrl(String value);
} // Scm