Skip to content

Commit

Permalink
Revert "fix(nexus): get artifacts from nexus events (#643) (#652)" (#653
Browse files Browse the repository at this point in the history
)

This reverts commit b5e5b8f.
  • Loading branch information
plumpy authored Sep 13, 2019
1 parent b5e5b8f commit 7aae214
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ public String toString() {
// Configuration for artifactory triggers
String artifactorySearchName;

// Configuration for nexus triggers
String nexusSearchName;

// Artifact constraints
List<String> expectedArtifactIds;

Expand Down Expand Up @@ -253,10 +250,6 @@ public Trigger atArtifactorySearchName(final String artifactorySearchName) {
return this.toBuilder().artifactorySearchName(artifactorySearchName).build();
}

public Trigger atNexusSearchName(final String nexusSearchName) {
return this.toBuilder().nexusSearchName(nexusSearchName).build();
}

@JsonPOJOBuilder(withPrefix = "")
public static final class TriggerBuilder {
// When deserializing triggers, always ignore the value of propagateAuth, which should only
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 7aae214

Please sign in to comment.