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 TypeClassDescriptionclassConvenience implementation ofScmthat returnsnullfor all of the optional contract members.Methods in com.atlassian.bitbucket.scm that return ScmModifier and TypeMethodDescriptionScmModuleDescriptor.getModule()Retrieves theScminstance 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'ssourceand setting theScmfrom which the event is being raised.ScmStatusChangedEvent(Object source, Scm scm, ScmStatus previousStatus)