Class Scm
- java.lang.Object
-
- org.apache.maven.buildcache.xml.build.Scm
-
- All Implemented Interfaces:
Serializable
public class Scm extends Object implements Serializable
Class Scm.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Scm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRevision()
Get the revision field.String
getSourceBranch()
Get the sourceBranch field.void
setRevision(String revision)
Set the revision field.void
setSourceBranch(String sourceBranch)
Set the sourceBranch field.
-
-
-
Method Detail
-
getRevision
public String getRevision()
Get the revision field.- Returns:
- String
-
getSourceBranch
public String getSourceBranch()
Get the sourceBranch field.- Returns:
- String
-
setRevision
public void setRevision(String revision)
Set the revision field.- Parameters:
revision
- a revision object.
-
setSourceBranch
public void setSourceBranch(String sourceBranch)
Set the sourceBranch field.- Parameters:
sourceBranch
- a sourceBranch object.
-
-