@ExportedBean(defaultVisibility=999) public static class IntegrityChangeLogSet.IntegrityChangeLogPath extends Object implements hudson.scm.ChangeLogSet.AffectedFile
Constructor and Description |
---|
IntegrityChangeLogPath() |
Modifier and Type | Method and Description |
---|---|
hudson.scm.EditType |
getEditType() |
IntegrityChangeLogSet.IntegrityChangeLog |
getLogEntry()
Gets the
LogEntry of which this path is a member. |
String |
getPath()
Inherited from AffectedFile
|
String |
getValue()
Path in the repository.
|
void |
setAction(String action) |
void |
setLogEntry(IntegrityChangeLogSet.IntegrityChangeLog entry)
Sets the
LogEntry of which this path is a member. |
void |
setValue(String value) |
public IntegrityChangeLogSet.IntegrityChangeLog getLogEntry()
LogEntry
of which this path is a member.public void setLogEntry(IntegrityChangeLogSet.IntegrityChangeLog entry)
LogEntry
of which this path is a member.public void setAction(String action)
@Exported(name="file") public String getValue()
public String getPath()
getPath
in interface hudson.scm.ChangeLogSet.AffectedFile
public void setValue(String value)
@Exported public hudson.scm.EditType getEditType()
getEditType
in interface hudson.scm.ChangeLogSet.AffectedFile
Copyright © 2016–2024. All rights reserved.