Class Change
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.pullrequest.Change
-
- All Implemented Interfaces:
LinksHolder
public abstract class Change extends java.lang.Object implements LinksHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringcontentId()static Changecreate(java.lang.String contentId, java.lang.String fromContentId, Path path, boolean executable, int percentUnchanged, java.lang.String type, java.lang.String nodeType, Path srcPath, boolean srcExecutable, Links links)abstract booleanexecutable()abstract java.lang.StringfromContentId()abstract java.lang.StringnodeType()abstract Pathpath()abstract intpercentUnchanged()abstract booleansrcExecutable()abstract PathsrcPath()abstract java.lang.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 java.lang.String contentId()
-
fromContentId
@Nullable public abstract java.lang.String fromContentId()
-
path
public abstract Path path()
-
executable
public abstract boolean executable()
-
percentUnchanged
public abstract int percentUnchanged()
-
type
@Nullable public abstract java.lang.String type()
-
nodeType
@Nullable public abstract java.lang.String nodeType()
-
srcPath
@Nullable public abstract Path srcPath()
-
srcExecutable
public abstract boolean srcExecutable()
-
-