Package | Description |
---|---|
hapi.services.tiller |
Provides generated classes and interfaces for
communicating with Helm's server-side Tiller
component from Java.
|
org.microbean.helm |
Provides classes and interfaces for working with Helm from Java.
|
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> |
ReleaseServiceGrpc.METHOD_RUN_RELEASE_TEST
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Parser<Tiller.TestReleaseRequest> |
Tiller.TestReleaseRequest.getParserForType() |
static MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> |
ReleaseServiceGrpc.getRunReleaseTestMethod() |
static Parser<Tiller.TestReleaseRequest> |
Tiller.TestReleaseRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Tiller.TestReleaseRequest.Builder |
Tiller.TestReleaseRequest.Builder.mergeFrom(Tiller.TestReleaseRequest other) |
static Tiller.TestReleaseRequest.Builder |
Tiller.TestReleaseRequest.newBuilder(Tiller.TestReleaseRequest prototype) |
Iterator<Tiller.TestReleaseResponse> |
ReleaseServiceGrpc.ReleaseServiceBlockingStub.runReleaseTest(Tiller.TestReleaseRequest request)
RunReleaseTest executes the tests defined of a named release
|
void |
ReleaseServiceGrpc.ReleaseServiceImplBase.runReleaseTest(Tiller.TestReleaseRequest request,
StreamObserver<Tiller.TestReleaseResponse> responseObserver)
RunReleaseTest executes the tests defined of a named release
|
void |
ReleaseServiceGrpc.ReleaseServiceStub.runReleaseTest(Tiller.TestReleaseRequest request,
StreamObserver<Tiller.TestReleaseResponse> responseObserver)
RunReleaseTest executes the tests defined of a named release
|
Modifier and Type | Method and Description |
---|---|
Iterator<Tiller.TestReleaseResponse> |
ReleaseManager.test(Tiller.TestReleaseRequest request)
Returns information about tests run on a given Helm release.
|
Copyright © 2017–2018, microBean. All rights reserved.