public class DeployEvent extends Object
| Constructor and Description |
|---|
DeployEvent(AbstractBuild<?,?> build,
List<Cause> causes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AbstractBuild<?,?> |
getBuild() |
List<Cause> |
getCauses() |
int |
hashCode() |
String |
toString() |
public DeployEvent(@NonNull
AbstractBuild<?,?> build,
@NonNull
List<Cause> causes)
@NonNull public AbstractBuild<?,?> getBuild()
Copyright © 2016–2022. All rights reserved.