public class P4ChangeEntry
extends hudson.scm.ChangeLogSet.Entry
Constructor and Description |
---|
P4ChangeEntry() |
P4ChangeEntry(P4ChangeSet parent) |
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
public void setGraphCommit(ConnectionHelper p4, String id) throws Exception
Exception
public void setGraphCommit(ConnectionHelper p4, String repo, String sha) throws Exception
Exception
@Exported public String getChangeNumber()
@Exported public String getChangeTime()
public P4Ref getId()
public void setId(P4Ref 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 int getRows()
public void setMsg(String value)
public Collection<String> getAffectedPaths()
getAffectedPaths
in class hudson.scm.ChangeLogSet.Entry
public Collection<P4AffectedFile> getAffectedFiles()
getAffectedFiles
in class hudson.scm.ChangeLogSet.Entry
public void addAffectedFiles(P4AffectedFile file)
public boolean isFileLimit()
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 void addJob(com.perforce.p4java.core.IFix job)
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–2022. All rights reserved.