@Beta public interface Context extends ScopeAttributes
Modifier and Type | Method and Description |
---|---|
<T> T |
callWith(java.util.concurrent.Callable<T> runnable) |
AuthenticationInfo |
getAuthInfo() |
Branch |
getBranch() |
LocalScope |
getLocalScope() |
RepositoryId |
getRepositoryId() |
void |
runWith(java.lang.Runnable runnable) |
getAttribute, getAttribute, getAttributes
RepositoryId getRepositoryId()
Branch getBranch()
AuthenticationInfo getAuthInfo()
void runWith(java.lang.Runnable runnable)
<T> T callWith(java.util.concurrent.Callable<T> runnable)
LocalScope getLocalScope()