A B C D E F G H I J L M P Q R S T U V W X 

A

Active_Indicator - Variable in class com.inedo.proget.domain.Feed
 
allowAllHosts() - Method in class com.inedo.http.HttpEasyDefaults
Create all-trusting host name verifier.
apiKey - Variable in class com.inedo.proget.api.ProGetConfig
 
asJson() - Method in class com.inedo.http.JsonReader
Deserialize the returned Json string.
asPrettyString() - Method in class com.inedo.http.JsonReader
 
asPrettyString() - Method in interface com.inedo.http.ResponseReader
 
asPrettyString() - Method in class com.inedo.http.XmlReader
 
asString() - Method in class com.inedo.http.HttpEasyReader
 
authorization(String, String) - Method in class com.inedo.http.HttpEasy
Add an authorization header to request.

B

baseURI(String) - Method in class com.inedo.http.HttpEasy
Set the host and port of the URL for the end-point.
baseUrl(String) - Method in class com.inedo.http.HttpEasyDefaults
Set the default base url for all HttpEasy requests.
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class com.inedo.proget.jenkins.VariableInjectionAction
 
buildMetadata(JenkinsEnvrionmentHelper) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
bypassProxyForLocalAddresses(boolean) - Method in class com.inedo.http.HttpEasyDefaults
Use proxy, or not, for local addresses.

C

canConnect() - Method in class com.inedo.proget.api.ProGetApi
Check that can connect to ProGet, and check the apiKey if configured.
com.inedo.http - package com.inedo.http
 
com.inedo.proget.api - package com.inedo.proget.api
 
com.inedo.proget.domain - package com.inedo.proget.domain
 
com.inedo.proget.jenkins - package com.inedo.proget.jenkins
 
configure(StaplerRequest, JSONObject) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
createPackage(File, List<ProGetPackager.ZipItem>, PackageMetadata) - Method in class com.inedo.proget.api.ProGetPackager
 

D

data(Object, MediaType) - Method in class com.inedo.http.HttpEasy
Sets the content type request property to the value of the supplied media type.
data(Object, MediaType, String) - Method in class com.inedo.http.HttpEasy
Sets the content type request property to the value of the supplied media type.
dataForm() - Method in class com.inedo.http.HttpEasy
Sets the content type request property to "multipart/form-data" Any data that is required must be added via field(name, value, mediaType) method.
defaultFolder() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
delete() - Method in class com.inedo.http.HttpEasy
Performs an HTTP DELETE.
dependencies - Variable in class com.inedo.proget.domain.PackageMetadata
An array of strings, each consisting of a package identification string; this string is formatted as follows: group:package-name group:package-name:version When the version is not specified, the latest is used.
description - Variable in class com.inedo.proget.domain.PackageMetadata
A string containing any number of charters; these will be formatted as Markdown in the ProGet UI Example: "This contains [ast distro](http://initrode-net.local/ast) files specific to ABL", Optional
Description_Text - Variable in class com.inedo.proget.domain.ProGetPackage
 
doCheckArtifacts(AbstractProject<?, ?>, String, String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
Performs on-the-fly validation of the file mask wildcard, when the artifacts textbox or the caseSensitive checkbox are modified
doCheckFeedName(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doCheckGroupName(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doCheckPackageName(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doCheckTitle(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doCheckUrl(String) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
Performs on-the-fly validation of the form field 'url'.
doCheckVersion(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doFillDownloadFormatItems() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
doFillFeedNameItems() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
doFillFeedNameItems() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doFillGroupNameItems(String) - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
doFillGroupNameItems(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doFillPackageNameItems(String, String) - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
doFillPackageNameItems(String, String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
doFillVersionItems(String, String, String) - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
doNotFailOn(Integer...) - Method in class com.inedo.http.HttpEasy
Add a list of response codes to ignore that would otherwise case a exception to be thrown.
doNotFailOn(Family...) - Method in class com.inedo.http.HttpEasy
Add a list of response family codes to ignore that would otherwise case a exception to be thrown.
doTestConnection(String, String, String, String) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
ProGet connection test
Download_Count - Variable in class com.inedo.proget.domain.ProGetPackage
 
downloadFile(String) - Method in class com.inedo.http.HttpEasyReader
Download a file from the response.
DownloadFormat - Enum in com.inedo.proget.jenkins
 
downloadPackage(String, String, String, String, String, DownloadFormat) - Method in class com.inedo.proget.api.ProGetApi
 
DownloadPackageBuilder - Class in com.inedo.proget.jenkins
Downloads a universal package from ProGet.
DownloadPackageBuilder(String, String, String, String, String, String) - Constructor for class com.inedo.proget.jenkins.DownloadPackageBuilder
 
DownloadPackageBuilder.DescriptorImpl - Class in com.inedo.proget.jenkins
 
DownloadPackageBuilder.DescriptorImpl() - Constructor for class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 

E

error(String) - Method in class com.inedo.proget.jenkins.JenkinsLogWriter
 
expandVariable(String) - Method in class com.inedo.proget.jenkins.JenkinsEnvrionmentHelper
 
extendedAttributes - Variable in class com.inedo.proget.domain.PackageMetadata
Custom metadata key/value pairs

F

Family - Enum in com.inedo.http
An enumeration representing the class of an http response status code.
familyOf(int) - Static method in enum com.inedo.http.Family
Get the response status family for the status code.
Feed - Class in com.inedo.proget.domain
 
Feed() - Constructor for class com.inedo.proget.domain.Feed
 
Feed_Id - Variable in class com.inedo.proget.domain.Feed
 
Feed_Id - Variable in class com.inedo.proget.domain.ProGetPackage
 
Feed_Name - Variable in class com.inedo.proget.domain.Feed
 
FeedType_Name - Variable in class com.inedo.proget.domain.Feed
 
field(String, Object) - Method in class com.inedo.http.HttpEasy
Add a simple text field, if urlEncodedForm() has been used will try to guess the content type.
field(String, Object, MediaType) - Method in class com.inedo.http.HttpEasy
Add a simple text field, if urlEncodedForm() has been used will try to guess the content type.
field(String, File, MediaType) - Method in class com.inedo.http.HttpEasy
Add a simple text field, if urlEncodedForm() has been used will try to guess the content type.
field(String, InputStream, MediaType, String) - Method in class com.inedo.http.HttpEasy
Add a text field or attach file.
field(String, Object, MediaType, String) - Method in class com.inedo.http.HttpEasy
Add a text field or attach file.
from(Class<T>) - Method in class com.inedo.http.XmlReader
Deserialize the XML into specified class.
fromFormat(String) - Static method in enum com.inedo.proget.jenkins.DownloadFormat
 
fromJson(Class<T>) - Method in class com.inedo.http.JsonReader
Deserialize the Json into an object of the specified class.
fromJson(Type) - Method in class com.inedo.http.JsonReader
Deserialize the Json into an object of the specified class using a default builder.
fromJson(Gson, Type) - Method in class com.inedo.http.JsonReader
Deserialize the Json into an object of the specified class using the supplied builder.

G

get() - Method in class com.inedo.http.HttpEasy
Performs an HTTP GET.
getApiKey() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
getArtifacts() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getAsJsonArray(String) - Method in class com.inedo.http.JsonReader
Search the JSON response for the requested element.
getAsJsonArray(JsonElement, String) - Method in class com.inedo.http.JsonReader
Search the JSON response for the requested element.
getAsString(String) - Method in class com.inedo.http.JsonReader
Search the JSON response for the requested element.
getAsString(JsonElement, String) - Method in class com.inedo.http.JsonReader
Search the JSON response for the requested element.
getBaseURI() - Static method in class com.inedo.http.HttpEasyDefaults
 
getConnection() - Method in class com.inedo.http.HttpEasyReader
Returns the underlying connection object in the event that the exposed methods don't provide the information you are after.
getConnectionError() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
getConnectionError() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
getConnectionWarning() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
getConnectionWarning() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
getDefaultLogWriter() - Static method in class com.inedo.http.HttpEasyDefaults
 
getDependencies() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getDescription() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getDestinationFile() - Method in class com.inedo.proget.api.ProGetPackager.ZipItem
 
getDisplay() - Method in enum com.inedo.proget.jenkins.DownloadFormat
 
getDisplayName() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
getDisplayName() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
getDisplayName() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
getDisplayName() - Method in class com.inedo.proget.jenkins.VariableInjectionAction
 
getDownloadFolder() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
getDownloadFormat() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
getExcludes() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getFeed(String) - Method in class com.inedo.proget.api.ProGetApi
Gets the details of a feed by its name
getFeedName() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
getFeedName() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getFeeds() - Method in class com.inedo.proget.api.ProGetApi
Get all active feeds
getFileList(File, String, String, boolean, boolean) - Method in class com.inedo.proget.api.ProGetPackager
 
getFormat() - Method in enum com.inedo.proget.jenkins.DownloadFormat
 
getGroupName() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
getGroupName() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getHost() - Method in class com.inedo.proget.api.ProGetConfig
Get the name of the host the service is running on.
getIcon() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getIconFileName() - Method in class com.inedo.proget.jenkins.VariableInjectionAction
 
getIsProGetAvailable() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
Check if can connect to ProGet - if not prevent any more calls
getIsProGetAvailable() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
Check if can connect to ProGet - if not prevent any more calls
getJsonReader() - Method in class com.inedo.http.HttpEasyReader
 
getMetadata() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getPackageName() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
getPackageName() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getPackages(String) - Method in class com.inedo.proget.api.ProGetApi
Gets the packages in a ProGet feed
getPackageVersions(String, String, String) - Method in class com.inedo.proget.api.ProGetApi
Gets the package versions in a ProGet feed
getPassword() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
getProGetConfig() - Static method in class com.inedo.proget.jenkins.GlobalConfig
 
getProGetConfig() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
getProxy() - Static method in class com.inedo.http.HttpEasyDefaults
 
getProxyPassword() - Static method in class com.inedo.http.HttpEasyDefaults
 
getProxyUser() - Static method in class com.inedo.http.HttpEasyDefaults
 
getResponseCode() - Method in class com.inedo.http.HttpEasyReader
Gets the status code from an HTTP response message, see HttpURLConnection.getResponseCode().
getResponseCodeFamily() - Method in class com.inedo.http.HttpEasyReader
Gets the family of the status code from an HTTP response message, see Family.
getResponseHeaderField(String) - Method in class com.inedo.http.HttpEasyReader
Response header field.
getResponseHeaderFields(String) - Method in class com.inedo.http.HttpEasyReader
Response header field.
getSourceFile() - Method in class com.inedo.proget.api.ProGetPackager.ZipItem
 
getStatusCode() - Method in exception com.inedo.http.HttpResponseException
 
getTitle() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getUrl() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
Field getters
getUrlName() - Method in class com.inedo.proget.jenkins.VariableInjectionAction
 
getUser() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
getVersion() - Method in class com.inedo.proget.api.ProGetApi
 
getVersion() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
getVersion() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
getXmlReader() - Method in class com.inedo.http.HttpEasyReader
 
GlobalConfig - Class in com.inedo.proget.jenkins
 
group - Variable in class com.inedo.proget.domain.PackageMetadata
A string of no more than fifty characters: numbers (0-9) upper- and lower-case letters (a-Z) dashes (-) periods (.) forward-slashes (/) underscores (_) may not start or end with a forward-slash Example: initrode/vendors/abl Required.
Group_Name - Variable in class com.inedo.proget.domain.ProGetPackage
 

H

head() - Method in class com.inedo.http.HttpEasy
Performs an HTTP HEAD.
header(String, String) - Method in class com.inedo.http.HttpEasy
Add a header to request.
HttpEasy - Class in com.inedo.http
Fluent wrapper around HttpURLConnection with full support for HTTP messages such as GET, POST, HEAD, etc and supports the REST and SOAP protocols and parsing JSON and XML responses.
HttpEasy() - Constructor for class com.inedo.http.HttpEasy
 
HttpEasyDefaults - Class in com.inedo.http
Allows setting of default properties used by all subsequent HttpEasy requests.
HttpEasyDefaults() - Constructor for class com.inedo.http.HttpEasyDefaults
 
HttpEasyReader - Class in com.inedo.http
Response reader for HTTP requests, can parse JSON and XML and download files.
HttpEasyReader(HttpURLConnection, HttpEasy) - Constructor for class com.inedo.http.HttpEasyReader
Create new HttpEasyReader.
HttpResponseException - Exception in com.inedo.http
Signals a non 2xx HTTP response.
HttpResponseException(int, String) - Constructor for exception com.inedo.http.HttpResponseException
Constructor.

I

icon - Variable in class com.inedo.proget.domain.PackageMetadata
A string of an absolute url pointing to an image to be displayed in the ProGet UI (at both 64px and 128px); if package:// is used as the protocol, ProGet will search within the package and serve that image instead Example: package://ablast.svg Optional
IconUrl_Text - Variable in class com.inedo.proget.domain.ProGetPackage
 
info(String) - Method in interface com.inedo.http.LogWriter
 
info(String) - Method in class com.inedo.proget.jenkins.JenkinsLogWriter
 
injectConfiguration(ProGetConfig) - Static method in class com.inedo.proget.jenkins.GlobalConfig
Inject configuration for testing purposes
injectEnvrionmentVariable(String, String) - Method in class com.inedo.proget.jenkins.JenkinsEnvrionmentHelper
 
isApiKeyConfigured() - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
isBypassProxyForLocalAddresses() - Static method in class com.inedo.http.HttpEasyDefaults
 
isCaseSensitive() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
isConnectionError() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
isConnectionError() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
isConnectionWarning() - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder.DescriptorImpl
 
isConnectionWarning() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
isDefaultExcludes() - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
isProGetApiKeyFieldConfigured() - Static method in class com.inedo.proget.jenkins.GlobalConfig
 
isProGetRequiredFieldsConfigured(boolean) - Static method in class com.inedo.proget.jenkins.GlobalConfig
 
isRequiredFieldsConfigured(boolean) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 

J

JenkinsEnvrionmentHelper - Class in com.inedo.proget.jenkins
Common Jenkins tasks.
JenkinsEnvrionmentHelper() - Constructor for class com.inedo.proget.jenkins.JenkinsEnvrionmentHelper
For unit tests as they don't have access to the build or listener
JenkinsEnvrionmentHelper(AbstractBuild<?, ?>, TaskListener) - Constructor for class com.inedo.proget.jenkins.JenkinsEnvrionmentHelper
 
JenkinsLogWriter - Class in com.inedo.proget.jenkins
 
JenkinsLogWriter(TaskListener) - Constructor for class com.inedo.proget.jenkins.JenkinsLogWriter
 
jsonPath(String) - Method in class com.inedo.http.JsonReader
Search the JSON response for the requested element.
jsonPath(JsonElement, String) - Method in class com.inedo.http.JsonReader
Search a JSON element's children for the requested element.
JsonReader - Class in com.inedo.http
A wrapper around "com.google.gson.Gson" for simplifying the parsing JSON strings.
JsonReader(String) - Constructor for class com.inedo.http.JsonReader
A json reader.
JsonReader(JsonElement) - Constructor for class com.inedo.http.JsonReader
A json reader.

L

LatestVersion_Text - Variable in class com.inedo.proget.domain.ProGetPackage
 
log(String) - Method in class com.inedo.http.HttpEasy
 
logRequestDetails() - Method in class com.inedo.http.HttpEasy
If called will cause the request and response details to be logged.
LogWriter - Interface in com.inedo.http
 

M

MULTIPLE - Static variable in class com.inedo.proget.domain.Feed
 
MULTIPLE - Static variable in class com.inedo.proget.domain.ProGetPackage
 
MULTIPLE - Static variable in class com.inedo.proget.domain.Version
 

P

Package_Name - Variable in class com.inedo.proget.domain.ProGetPackage
 
PackageMetadata - Class in com.inedo.proget.domain
 
PackageMetadata() - Constructor for class com.inedo.proget.domain.PackageMetadata
 
packageName - Variable in class com.inedo.proget.domain.PackageMetadata
A string of no more than fifty characters: numbers (0-9) upper- and lower-case letters (a-Z) dashes (-) periods (.) and underscores (_) Example: ABLast Required.
parameterTokens(String, String) - Method in class com.inedo.http.HttpEasy
Override the default parameter start and end tokens.
parseForAttribute(String, String) - Static method in class com.inedo.http.HttpEasyReader
Parses a string looking for a attribute-value pair, and returns the value.
password - Variable in class com.inedo.proget.api.ProGetConfig
 
path(String) - Method in class com.inedo.http.HttpEasy
Set the path part of the URL for the end-point.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.inedo.proget.jenkins.DownloadPackageBuilder
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
ping() - Method in class com.inedo.proget.api.ProGetApi
Ensure can ping an endpointGet.
post() - Method in class com.inedo.http.HttpEasy
Performs an HTTP POST.
prettyFormat(String, int) - Static method in class com.inedo.http.XmlReader
Converts the XML document to a nicely formatted string.
ProGetApi - Class in com.inedo.proget.api
BuildMaster json api interface http://localhost:81/api/json http://inedo.com/support/documentation/proget/reference/universal-feed-api-and-package-format
ProGetApi() - Constructor for class com.inedo.proget.api.ProGetApi
 
ProGetApi(ProGetConfig) - Constructor for class com.inedo.proget.api.ProGetApi
 
ProGetApi(LogWriter) - Constructor for class com.inedo.proget.api.ProGetApi
 
ProGetApi(ProGetConfig, LogWriter) - Constructor for class com.inedo.proget.api.ProGetApi
 
ProGetConfig - Class in com.inedo.proget.api
Configuration settings required to can the BuildMaster json api
ProGetConfig() - Constructor for class com.inedo.proget.api.ProGetConfig
 
ProGetConfiguration - Class in com.inedo.proget.jenkins
Has fields for global configuration
ProGetConfiguration() - Constructor for class com.inedo.proget.jenkins.ProGetConfiguration
 
ProGetConfiguration.DescriptorImpl - Class in com.inedo.proget.jenkins
 
ProGetConfiguration.DescriptorImpl() - Constructor for class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
ProGetPackage - Class in com.inedo.proget.domain
 
ProGetPackage() - Constructor for class com.inedo.proget.domain.ProGetPackage
 
ProGetPackage_Id - Variable in class com.inedo.proget.domain.ProGetPackage
 
ProGetPackager - Class in com.inedo.proget.api
 
ProGetPackager() - Constructor for class com.inedo.proget.api.ProGetPackager
 
ProGetPackager(String) - Constructor for class com.inedo.proget.api.ProGetPackager
 
ProGetPackager.ZipItem - Class in com.inedo.proget.api
 
proxy(Proxy) - Method in class com.inedo.http.HttpEasyDefaults
Set an entry representing a PROXY connection.
proxyAuth(String, String) - Method in class com.inedo.http.HttpEasyDefaults
Set the default username and password for proxy authentication.
put() - Method in class com.inedo.http.HttpEasy
Performs an HTTP PUT.

Q

query(String) - Method in class com.inedo.http.HttpEasy
Set the query part of the URL for the end-point.
queryParam(String, Object) - Method in class com.inedo.http.HttpEasy
Appends parameter to query portion of url.

R

request() - Static method in class com.inedo.http.HttpEasy
 
ResponseReader - Interface in com.inedo.http
Interface for common response reader methods.

S

setApiKey(String) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
setCaseSensitive(boolean) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setDefaultExcludes(boolean) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setDefaultLogWriter(LogWriter) - Static method in class com.inedo.http.HttpEasyDefaults
 
setDependencies(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setDescription(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setDesinationFile(String) - Method in class com.inedo.proget.api.ProGetPackager.ZipItem
 
setExcludes(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setIcon(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setMetadata(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setPassword(String) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
setTimeout(int) - Method in class com.inedo.http.HttpEasy
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection, and when reading from Input stream when a connection is established .
setTitle(String) - Method in class com.inedo.proget.jenkins.UploadPackageBuilder
 
setUrl(String) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
Field setters
setUser(String) - Method in class com.inedo.proget.jenkins.ProGetConfiguration.DescriptorImpl
 
SINGLE - Static variable in class com.inedo.proget.domain.Feed
 

T

textContent(String) - Method in class com.inedo.http.XmlReader
Search a XML element's children for the requested element and returns the text content.
title - Variable in class com.inedo.proget.domain.PackageMetadata
A string of no more than fifty characters Optional
Title_Text - Variable in class com.inedo.proget.domain.ProGetPackage
 
trustAllCertificates() - Method in class com.inedo.http.HttpEasyDefaults
Create all-trusting certificate verifier.

U

UNIX_SEPARATOR - Static variable in class com.inedo.proget.api.ProGetPackager
 
unpackContent(File) - Static method in class com.inedo.proget.api.ProGetPackager
Unzips the content of the unpack folder in the package to the same folder as the package is located in Does not delete the original package file.
uploadPackage(String, File) - Method in class com.inedo.proget.api.ProGetApi
 
UploadPackageBuilder - Class in com.inedo.proget.jenkins
Uploads a universal package from ProGet.
UploadPackageBuilder(String, String, String, String, String) - Constructor for class com.inedo.proget.jenkins.UploadPackageBuilder
 
UploadPackageBuilder.DescriptorImpl - Class in com.inedo.proget.jenkins
 
UploadPackageBuilder.DescriptorImpl() - Constructor for class com.inedo.proget.jenkins.UploadPackageBuilder.DescriptorImpl
 
url - Variable in class com.inedo.proget.api.ProGetConfig
 
urlEncodedForm() - Method in class com.inedo.http.HttpEasy
Sets the content type request property to "application/x-www-form-urlencoded" Any data that is required must be added via field(name, value) method and the value must be easily converted to a string value.
urlParameters(Object...) - Method in class com.inedo.http.HttpEasy
Set the parameter values for the parameters in the URL.
user - Variable in class com.inedo.proget.api.ProGetConfig
 

V

valueOf(String) - Static method in enum com.inedo.http.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inedo.proget.jenkins.DownloadFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.inedo.http.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inedo.proget.jenkins.DownloadFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VariableInjectionAction - Class in com.inedo.proget.jenkins
Allow plugin to update environment variables
VariableInjectionAction(String, String) - Constructor for class com.inedo.proget.jenkins.VariableInjectionAction
 
version - Variable in class com.inedo.proget.domain.PackageMetadata
A string consisting of three integers separated by periods (.); leading zeros are not permitted Example: 0.0.1 Required
Version - Class in com.inedo.proget.domain
 
Version() - Constructor for class com.inedo.proget.domain.Version
 
Version_Text - Variable in class com.inedo.proget.domain.Version
 

W

WINDOWS_SEPARATOR - Static variable in class com.inedo.proget.api.ProGetPackager
 
withDefaults() - Static method in class com.inedo.http.HttpEasy
 
withLogWriter(LogWriter) - Method in class com.inedo.http.HttpEasy
 
withLogWriter(LogWriter) - Method in class com.inedo.http.HttpEasyDefaults
Set the logger to write to

X

XmlReader - Class in com.inedo.http
A wrapper around "javax.xml" for simplifying the parsing XML strings.
XmlReader(String) - Constructor for class com.inedo.http.XmlReader
An xml reader.
A B C D E F G H I J L M P Q R S T U V W X