@ExportedBean(defaultVisibility=999) public static class GXSChangeLogSet.Action extends Object implements hudson.scm.ChangeLogSet.AffectedFile
Setter methods are public only so that the objects can be constructed from Digester. So please consider this object read-only.
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.EditType |
getEditType() |
GXSChangeLogSet.LogEntry |
getLogEntry()
Gets the
GXSChangeLogSet.LogEntry of which this action is a member. |
String |
getObjectDescription() |
String |
getObjectGuid() |
String |
getObjectName() |
String |
getObjectType() |
String |
getObjectTypeGuid() |
String |
getPath()
Inherited from AffectedFile
Since 2.TODO this no longer returns the path relative to repository root,
but the path relative to the workspace root.
|
String |
getType() |
void |
setLogEntry(GXSChangeLogSet.LogEntry entry)
Sets the
GXSChangeLogSet.LogEntry of which this action is a member. |
void |
setObjectDescription(String objectDescription) |
void |
setObjectGuid(String objectGuid) |
void |
setObjectName(String objectName) |
void |
setObjectType(String objectType) |
void |
setObjectTypeGuid(String objectTypeGuid) |
void |
setType(String type) |
public void setLogEntry(GXSChangeLogSet.LogEntry entry)
GXSChangeLogSet.LogEntry of which this action is a member.entry - value to setpublic GXSChangeLogSet.LogEntry getLogEntry()
GXSChangeLogSet.LogEntry of which this action is a member.public void setType(String type)
public String getType()
public void setObjectGuid(String objectGuid)
public String getObjectGuid()
public void setObjectTypeGuid(String objectTypeGuid)
@Exported public String getObjectTypeGuid()
public void setObjectType(String objectType)
public String getObjectType()
public void setObjectName(String objectName)
@Exported(name="file") public String getObjectName()
public void setObjectDescription(String objectDescription)
public String getObjectDescription()
public String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFile@Exported public hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFileCopyright © 2016–2019 GeneXus S.A.. All rights reserved.