org.apache.maven.shared.release.scm
Class IdentifiedScm

java.lang.Object
  extended by org.apache.maven.model.Scm
      extended by org.apache.maven.shared.release.scm.IdentifiedScm
All Implemented Interfaces:
Serializable

public class IdentifiedScm
extends Scm

Unlike repositories the scm of the Project Model doesn't have an id. This makes it quite hard to bind it to the credentials of a server as specified in the settings.xml

Since:
2.3
Author:
Robert Scholte
See Also:
Serialized Form

Constructor Summary
IdentifiedScm()
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class org.apache.maven.model.Scm
getConnection, getDeveloperConnection, getTag, getUrl, setConnection, setDeveloperConnection, setTag, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiedScm

public IdentifiedScm()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.