Package com.atlassian.bitbucket.scm
Class ChangesCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
com.atlassian.bitbucket.scm.ChangesCommandParameters
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
AbstractChangesCommandParameters.AbstractBuilder<B extends AbstractChangesCommandParameters.AbstractBuilder<B>> -
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK -
Method Summary
Methods inherited from class com.atlassian.bitbucket.scm.AbstractChangesCommandParameters
getMaxChanges, getPaths, hasPaths, toContextMethods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Method Details
-
getSinceId
-
getUntilId
-
hasSinceId
public boolean hasSinceId() -
toContext
Assembles aChangeContextfrom these parameters.- Returns:
- a
ChangeContextdescribing these parameters
-