Skip to content

Commit 67cefb2

Browse files
authored
Restructuring Artifactory APIs (#493)
1 parent 61e8016 commit 67cefb2

File tree

113 files changed

+3176
-2674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3176
-2674
lines changed

build-info-client/src/main/java/org/jfrog/build/client/ArtifactoryHttpClient.java

-310
This file was deleted.

build-info-client/src/main/java/org/jfrog/build/client/ArtifactoryVersion.java

+4
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ public ArtifactoryVersion(String version, boolean addons) {
1616
public boolean hasAddons() {
1717
return addons;
1818
}
19+
20+
public boolean isOSS(){
21+
return !hasAddons();
22+
}
1923
}

0 commit comments

Comments
 (0)