Uses of Class
org.apache.maven.scm.provider.jazz.repository.JazzScmProviderRepository
-
-
Uses of JazzScmProviderRepository in org.apache.maven.scm.provider.jazz.command.checkin
Methods in org.apache.maven.scm.provider.jazz.command.checkin with parameters of type JazzScmProviderRepository Modifier and Type Method Description JazzScmCommandJazzCheckInCommand. createDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet) -
Uses of JazzScmProviderRepository in org.apache.maven.scm.provider.jazz.command.checkout
Methods in org.apache.maven.scm.provider.jazz.command.checkout with parameters of type JazzScmProviderRepository Modifier and Type Method Description JazzScmCommandJazzCheckOutCommand. createJazzLoadCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion) -
Uses of JazzScmProviderRepository in org.apache.maven.scm.provider.jazz.command.list
Methods in org.apache.maven.scm.provider.jazz.command.list with parameters of type JazzScmProviderRepository Modifier and Type Method Description JazzScmCommandJazzListCommand. createListCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version) -
Uses of JazzScmProviderRepository in org.apache.maven.scm.provider.jazz.command.tag
Methods in org.apache.maven.scm.provider.jazz.command.tag with parameters of type JazzScmProviderRepository Modifier and Type Method Description JazzScmCommandJazzTagCommand. createTagCreateSnapshotCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)JazzScmCommandJazzTagCommand. createTagCreateWorkspaceCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag)JazzScmCommandJazzTagCommand. createTagDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag)JazzScmCommandJazzTagCommand. createTagSnapshotPromoteCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag)
-