public static class WatchersInformation.Watcher extends Object
Modifier and Type | Method and Description |
---|---|
String |
getUserName()
Gets the user that is watching the file.
|
String |
getWatches()
Returns all the watches defined on the file.
|
boolean |
isTempWatchingCommit()
User is/isn't temporary watching commit opration.
|
boolean |
isTempWatchingEdit()
User is/isn't temporary watching edit opration.
|
boolean |
isTempWatchingUnedit()
User is/isn't temporary watching unedit opration.
|
boolean |
isWatchingCommit()
User is/isn't watching commit opration.
|
boolean |
isWatchingEdit()
User is/isn't watching edit opration.
|
boolean |
isWatchingUnedit()
User is/isn't watching unedit opration.
|
public String getUserName()
public String getWatches()
public boolean isWatchingCommit()
public boolean isWatchingEdit()
public boolean isWatchingUnedit()
public boolean isTempWatchingCommit()
public boolean isTempWatchingEdit()
public boolean isTempWatchingUnedit()
Copyright © 2016. All rights reserved.