@ExportedBean(defaultVisibility=999) public static class ChangeSet.Item extends Object implements hudson.scm.ChangeLogSet.AffectedFile, Serializable
Constructor and Description |
---|
Item() |
Item(ChangeSet.Item o)
Copy constructor.
|
Item(String path,
String revId,
String parentRevId,
String status) |
Modifier and Type | Method and Description |
---|---|
static String |
formatPath(String path) |
hudson.scm.EditType |
getEditType() |
String |
getParentRevId() |
String |
getPath() |
String |
getPath(String base) |
String |
getRevId() |
String |
getStatus() |
void |
setParentRevId(String parentRevId) |
void |
setPath(String path) |
void |
setRevId(String revId) |
void |
setStatus(String status) |
public Item()
public Item(ChangeSet.Item o)
@Exported public String getPath()
getPath
in interface hudson.scm.ChangeLogSet.AffectedFile
public void setPath(String path)
@Exported public String getRevId()
public void setRevId(String revId)
@Exported public String getParentRevId()
public void setParentRevId(String parentRevId)
@Exported public String getStatus()
public void setStatus(String status)
@Exported public hudson.scm.EditType getEditType()
getEditType
in interface hudson.scm.ChangeLogSet.AffectedFile
Copyright © 2016–2023. All rights reserved.