public class P4ChangeEntry
extends hudson.scm.ChangeLogSet.Entry
Modifier and Type | Field and Description |
---|---|
List<com.perforce.p4java.core.file.IFileSpec> |
files |
List<com.perforce.p4java.core.IFix> |
jobs |
Constructor and Description |
---|
P4ChangeEntry() |
P4ChangeEntry(P4ChangeSet parent) |
Modifier and Type | Method and Description |
---|---|
String |
getAction(com.perforce.p4java.core.file.IFileSpec file) |
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getChangeNumber() |
String |
getChangeTime() |
String |
getClientId() |
String |
getCommitId() |
Date |
getDate() |
List<com.perforce.p4java.core.file.IFileSpec> |
getFiles() |
P4Revision |
getId() |
List<com.perforce.p4java.core.IFix> |
getJobs() |
String |
getJobStatus(com.perforce.p4java.core.IFix job) |
int |
getMaxLimit() |
String |
getMsg() |
long |
getTimestamp() |
boolean |
isFileLimit() |
boolean |
isLabel() |
boolean |
isShelved() |
void |
setAuthor(String value) |
void |
setChange(ConnectionHelper p4,
com.perforce.p4java.core.IChangelistSummary changelist) |
void |
setClientId(String value) |
void |
setDate(String value) |
void |
setId(P4Revision value) |
void |
setLabel(ConnectionHelper p4,
String labelId) |
void |
setMsg(String value) |
void |
setShelved(boolean value) |
public List<com.perforce.p4java.core.file.IFileSpec> files
public List<com.perforce.p4java.core.IFix> jobs
public P4ChangeEntry(P4ChangeSet parent)
public P4ChangeEntry()
public void setChange(ConnectionHelper p4, com.perforce.p4java.core.IChangelistSummary changelist) throws Exception
Exception
public void setLabel(ConnectionHelper p4, String labelId) throws Exception
Exception
@Exported public String getChangeNumber()
@Exported public String getChangeTime()
public P4Revision getId()
public void setId(P4Revision value)
public hudson.model.User getAuthor()
getAuthor
in class hudson.scm.ChangeLogSet.Entry
public void setAuthor(String value)
public Date getDate()
public void setDate(String value)
public void setClientId(String value)
public String getClientId()
public String getMsg()
getMsg
in class hudson.scm.ChangeLogSet.Entry
public void setMsg(String value)
public Collection<String> getAffectedPaths()
getAffectedPaths
in class hudson.scm.ChangeLogSet.Entry
public boolean isFileLimit()
public List<com.perforce.p4java.core.file.IFileSpec> getFiles()
public String getAction(com.perforce.p4java.core.file.IFileSpec file)
public void setShelved(boolean value)
public boolean isShelved()
public boolean isLabel()
public List<com.perforce.p4java.core.IFix> getJobs()
public String getJobStatus(com.perforce.p4java.core.IFix job)
public int getMaxLimit()
@Exported public long getTimestamp()
getTimestamp
in class hudson.scm.ChangeLogSet.Entry
@Exported public String getCommitId()
getCommitId
in class hudson.scm.ChangeLogSet.Entry
Copyright © 2016. All rights reserved.