public class BuildsImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.Builds
| Constructor and Description |
|---|
BuildsImpl(org.jfrog.artifactory.client.Artifactory artifactory,
java.lang.String baseApiPath) |
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.artifactory.client.model.AllBuilds |
getAllBuilds() |
java.lang.String |
getBuilderApi() |
org.jfrog.artifactory.client.model.BuildRuns |
getBuildRuns(java.lang.String buildName) |
public BuildsImpl(org.jfrog.artifactory.client.Artifactory artifactory,
java.lang.String baseApiPath)
public org.jfrog.artifactory.client.model.AllBuilds getAllBuilds()
throws java.io.IOException
getAllBuilds in interface org.jfrog.artifactory.client.Buildsjava.io.IOExceptionpublic org.jfrog.artifactory.client.model.BuildRuns getBuildRuns(java.lang.String buildName)
throws java.io.IOException
getBuildRuns in interface org.jfrog.artifactory.client.Buildsjava.io.IOExceptionpublic java.lang.String getBuilderApi()