public class ScmRevision extends Object implements Serializable
Constructor and Description |
---|
ScmRevision() |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
String |
getRevision() |
String |
getScmType() |
String |
getScmUrl() |
void |
setIdent(Double ident) |
void |
setRevision(String revision) |
void |
setScmType(String scmType) |
void |
setScmUrl(String scmUrl) |
public Double getIdent()
public void setIdent(Double ident)
public String getScmType()
public void setScmType(String scmType)
public String getScmUrl()
public void setScmUrl(String scmUrl)
public String getRevision()
public void setRevision(String revision)
Copyright © 2016. All rights reserved.