public class V1alpha1PipelineRunLimits extends Object
| Constructor and Description |
|---|
V1alpha1PipelineRunLimits() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1alpha1PipelineRunLimits |
failureCount(Long failureCount) |
Long |
getFailureCount()
If set, the number of failure pipeline stored will be limited.
|
Long |
getSuccessCount()
If set, the number of success pipeline stored will be limited.
|
int |
hashCode() |
void |
setFailureCount(Long failureCount) |
void |
setSuccessCount(Long successCount) |
V1alpha1PipelineRunLimits |
successCount(Long successCount) |
String |
toString() |
public V1alpha1PipelineRunLimits failureCount(Long failureCount)
public Long getFailureCount()
public void setFailureCount(Long failureCount)
public V1alpha1PipelineRunLimits successCount(Long successCount)
public Long getSuccessCount()
public void setSuccessCount(Long successCount)
Copyright © 2020. All rights reserved.