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() |
String |
getId() |
List<com.perforce.p4java.core.IJob> |
getJobs() |
String |
getJobStatus(com.perforce.p4java.core.IJob job) |
String |
getJobSummary(com.perforce.p4java.core.IJob job) |
String |
getMsg() |
boolean |
isLabel() |
boolean |
isShelved() |
void |
setChange(ClientHelper p4,
int id) |
void |
setLabel(ClientHelper p4,
String id) |
public P4ChangeEntry(P4ChangeSet parent)
public void setChange(ClientHelper p4, int id)
public void setLabel(ClientHelper p4, String id)
public String 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 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)
Copyright © 2004-2014. All Rights Reserved.