public class V1alpha1PipelineHook extends Object
| Constructor and Description |
|---|
V1alpha1PipelineHook() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PipelineHook |
addEventsItem(String eventsItem) |
boolean |
equals(Object o) |
V1alpha1PipelineHook |
events(List<String> events) |
List<String> |
getEvents()
Events is a list of events of the pipeline changed.
|
V1alpha1PipelineHookHTTPRequest |
getHttpRequest()
HTTPRequest is the httpRequest of the pipeline hook.
|
String |
getType()
Type is the type of the pipeline hook.
|
int |
hashCode() |
V1alpha1PipelineHook |
httpRequest(V1alpha1PipelineHookHTTPRequest httpRequest) |
void |
setEvents(List<String> events) |
void |
setHttpRequest(V1alpha1PipelineHookHTTPRequest httpRequest) |
void |
setType(String type) |
String |
toString() |
V1alpha1PipelineHook |
type(String type) |
public V1alpha1PipelineHook events(List<String> events)
public V1alpha1PipelineHook addEventsItem(String eventsItem)
public List<String> getEvents()
public V1alpha1PipelineHook httpRequest(V1alpha1PipelineHookHTTPRequest httpRequest)
public V1alpha1PipelineHookHTTPRequest getHttpRequest()
public void setHttpRequest(V1alpha1PipelineHookHTTPRequest httpRequest)
public V1alpha1PipelineHook type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.