|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.CVSChangeLogSet.File
@ExportedBean(defaultVisibility=999) public static class CVSChangeLogSet.File
| Constructor Summary | |
|---|---|
CVSChangeLogSet.File()
|
|
| Method Summary | |
|---|---|
hudson.scm.EditType |
getEditType()
|
String |
getFullName()
Gets the full path name in the CVS repository, like "/module/foo/bar/zot.c" |
String |
getName()
Gets the path name in the CVS repository, like "foo/bar/zot.c" |
CVSChangeLogSet.CVSChangeLog |
getParent()
|
String |
getPath()
Inherited from AffectedFile |
String |
getPrevrevision()
|
String |
getRevision()
|
String |
getSimpleName()
Gets just the last component of the path, like "zot.c" |
boolean |
isDead()
|
void |
setDead()
|
void |
setFullName(String fullName)
|
void |
setName(String name)
|
void |
setPrevrevision(String prevrevision)
|
void |
setRevision(String revision)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CVSChangeLogSet.File()
| Method Detail |
|---|
public String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFile@Exported public String getName()
The path is relative to the workspace root.
@Exported public String getFullName()
Unlike getName(), this method returns
a full name from the root of the CVS repository.
public void setFullName(String fullName)
public String getSimpleName()
public void setName(String name)
@Exported public String getRevision()
public void setRevision(String revision)
@Exported public String getPrevrevision()
public void setPrevrevision(String prevrevision)
@Exported public boolean isDead()
public void setDead()
@Exported public hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFilepublic CVSChangeLogSet.CVSChangeLog getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||