public class Streamlog extends ServerResource implements IStreamlog
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
action |
protected java.lang.Integer |
associatedChange |
protected java.lang.Integer |
change |
protected java.lang.String |
client |
protected java.util.Date |
date |
protected java.lang.String |
description |
protected java.lang.String |
stream |
protected java.util.List<IStreamIntegrationLog> |
streamIntegList |
protected java.lang.String |
user |
refreshable, server, updateable| Constructor and Description |
|---|
Streamlog()
Default constructor -- sets all fields to false or null,
and calls the default ServerResource constructor.
|
Streamlog(java.util.Map<java.lang.String,java.lang.Object> map,
int order)
Construct a Streamlog implementation, by parsing a map returned by the server.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Return action associated with the change typically add/edit/delete
|
java.lang.Integer |
getAssociatedChange()
Return Perforce changelist's number of changelist associated with the change.
|
java.lang.Integer |
getChange()
Return Perforce changelist's number.
|
java.lang.String |
getClient()
Get the name of the Perforce client workspace associated with this changelist.
|
java.util.Date |
getDate()
Get the date the changelist was created or last updated.
|
java.lang.String |
getDescription()
Return the description associated with this changelist.
|
java.lang.String |
getStream()
Return the stream path.
|
java.util.List<IStreamIntegrationLog> |
getStreamIntegList()
Return Integration history associated with changelist.
|
java.lang.String |
getUser()
Get the user associated with this changelist.
|
canRefresh, canUpdate, clearRawFields, complete, getRawField, getRawFields, hasRawField, parseDate, refresh, setRawField, setRawFields, setRefreshable, setServer, toDateString, update, update, updateprotected java.lang.String stream
protected java.lang.Integer change
protected java.lang.String action
protected java.util.Date date
protected java.lang.String user
protected java.lang.String client
protected java.lang.Integer associatedChange
protected java.lang.String description
protected java.util.List<IStreamIntegrationLog> streamIntegList
public Streamlog()
public Streamlog(java.util.Map<java.lang.String,java.lang.Object> map,
int order)
map - spec maporder - orderpublic java.lang.String getStream()
IStreamloggetStream in interface IStreamlogpublic java.lang.Integer getChange()
IStreamloggetChange in interface IStreamlogpublic java.lang.String getAction()
IStreamloggetAction in interface IStreamlogpublic java.util.Date getDate()
IStreamloggetDate in interface IStreamlogpublic java.lang.String getUser()
IStreamloggetUser in interface IStreamlogpublic java.lang.String getClient()
IStreamloggetClient in interface IStreamlogpublic java.lang.Integer getAssociatedChange()
IStreamloggetAssociatedChange in interface IStreamlogpublic java.lang.String getDescription()
IStreamloggetDescription in interface IStreamlogpublic java.util.List<IStreamIntegrationLog> getStreamIntegList()
IStreamloggetStreamIntegList in interface IStreamlog