Package io.quarkus.test.services.quarkus
Interface GitRepositoryQuarkusApplicationManagedResourceBinding
-
public interface GitRepositoryQuarkusApplicationManagedResourceBinding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanappliesFor(ServiceContext context)QuarkusManagedResourceinit(GitRepositoryQuarkusApplicationManagedResourceBuilder builder)Init and return the managed resource for the current context.
-
-
-
Method Detail
-
appliesFor
boolean appliesFor(ServiceContext context)
- Parameters:
context-- Returns:
- if the current managed resource applies for the current context.
-
init
QuarkusManagedResource init(GitRepositoryQuarkusApplicationManagedResourceBuilder builder)
Init and return the managed resource for the current context.- Parameters:
builder-- Returns:
-
-