public class P4ChangeEntry
extends hudson.scm.ChangeLogSet.Entry
Constructor and Description |
---|
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 |
getClientId() |
Date |
getDate() |
List<com.perforce.p4java.core.file.IFileSpec> |
getFiles() |
Object |
getId() |
List<com.perforce.p4java.core.IJob> |
getJobs() |
String |
getJobStatus(com.perforce.p4java.core.IJob job) |
String |
getJobSummary(com.perforce.p4java.core.IJob job) |
int |
getMaxLimit() |
String |
getMsg() |
boolean |
isFileLimit() |
boolean |
isLabel() |
boolean |
isShelved() |
void |
setChange(ConnectionHelper p4,
int changeId) |
void |
setLabel(ConnectionHelper p4,
String labelId) |
public P4ChangeEntry(P4ChangeSet parent)
public void setChange(ConnectionHelper p4, int changeId)
public void setLabel(ConnectionHelper p4, String labelId)
public Object getId()
public hudson.model.User getAuthor()
getAuthor
in class hudson.scm.ChangeLogSet.Entry
public Date getDate()
public String getClientId()
public String getMsg()
getMsg
in class hudson.scm.ChangeLogSet.Entry
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 boolean isShelved()
public boolean isLabel()
public List<com.perforce.p4java.core.IJob> getJobs()
public String getJobStatus(com.perforce.p4java.core.IJob job)
public String getJobSummary(com.perforce.p4java.core.IJob job)
public int getMaxLimit()
Copyright © 2004-2014. All Rights Reserved.