We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9888d4f commit 8c1ffb3Copy full SHA for 8c1ffb3
jenkins-client/src/main/java/com/offbytwo/jenkins/model/BuildWithDetails.java
@@ -40,6 +40,9 @@ public class BuildWithDetails extends Build {
40
private String builtOn;
41
private List<BuildChangeSetAuthor> culprits;
42
43
+ public BuildWithDetails() {
44
+ // Default ctor is needed to jackson.
45
+ }
46
public BuildWithDetails(BuildWithDetails details) {
47
this.actions = details.actions;
48
this.description = details.description;
0 commit comments