Uses of Interface
com.atlassian.bitbucket.scm.Scm
Packages that use Scm
-
Uses of Scm in com.atlassian.bitbucket.scm
Classes in com.atlassian.bitbucket.scm that implement ScmModifier and TypeClassDescriptionclass
Convenience implementation ofScm
that returnsnull
for all of the optional contract members.Methods in com.atlassian.bitbucket.scm that return ScmModifier and TypeMethodDescriptionScmModuleDescriptor.getModule()
Retrieves theScm
instance for this descriptor.Methods in com.atlassian.bitbucket.scm with parameters of type Scm -
Uses of Scm in com.atlassian.bitbucket.scm.event
Methods in com.atlassian.bitbucket.scm.event that return ScmConstructors in com.atlassian.bitbucket.scm.event with parameters of type ScmModifierConstructorDescriptionConstructs a newScmEvent
, initialising the event'ssource
and setting theScm
from which the event is being raised.ScmStatusChangedEvent
(Object source, Scm scm, ScmStatus previousStatus)