Class Change
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.pullrequest.Change
-
- All Implemented Interfaces:
LinksHolder
public abstract class Change extends Object implements LinksHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringcontentId()static Changecreate(String contentId, String fromContentId, Path path, boolean executable, int percentUnchanged, String type, String nodeType, Path srcPath, boolean srcExecutable, Links links)abstract booleanexecutable()abstract StringfromContentId()abstract StringnodeType()abstract Pathpath()abstract intpercentUnchanged()abstract booleansrcExecutable()abstract PathsrcPath()abstract Stringtype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.LinksHolder
links
-
-
-
-
Method Detail
-
contentId
public abstract String contentId()
-
fromContentId
@Nullable public abstract String fromContentId()
-
path
public abstract Path path()
-
executable
public abstract boolean executable()
-
percentUnchanged
public abstract int percentUnchanged()
-
type
@Nullable public abstract String type()
-
nodeType
@Nullable public abstract String nodeType()
-
srcPath
@Nullable public abstract Path srcPath()
-
srcExecutable
public abstract boolean srcExecutable()
-
-