Uses of Interface
org.guvnor.structure.backend.repositories.git.hooks.PostCommitNotificationService
-
Packages that use PostCommitNotificationService Package Description org.guvnor.structure.backend.repositories.git org.guvnor.structure.backend.repositories.git.hooks.impl -
-
Uses of PostCommitNotificationService in org.guvnor.structure.backend.repositories.git
Constructors in org.guvnor.structure.backend.repositories.git with parameters of type PostCommitNotificationService Constructor Description GitRepositoryBuilder(org.uberfire.io.IOService ioService, org.guvnor.structure.server.config.PasswordService secureService, org.uberfire.spaces.SpacesAPI spacesAPI, javax.enterprise.event.Event<org.guvnor.structure.repositories.RepositoryExternalUpdateEvent> repositoryExternalUpdate, PostCommitNotificationService postCommitNotificationService, BranchAccessAuthorizer branchAccessAuthorizer)GitRepositoryFactoryHelper(org.uberfire.io.IOService indexedIOService, org.uberfire.io.IOService notIndexedIOService, org.uberfire.spaces.SpacesAPI spacesAPI, javax.enterprise.event.Event<org.guvnor.structure.repositories.RepositoryExternalUpdateEvent> repositoryExternalUpdate, PostCommitNotificationService postCommitNotificationService, BranchAccessAuthorizer branchAccessAuthorizer, org.guvnor.structure.server.config.PasswordService secureService) -
Uses of PostCommitNotificationService in org.guvnor.structure.backend.repositories.git.hooks.impl
Classes in org.guvnor.structure.backend.repositories.git.hooks.impl that implement PostCommitNotificationService Modifier and Type Class Description classPostCommitNotificationServiceImpl
-