- canceledBy - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the user who canceled the deployment (SYSTEM if canceled non-interactively), or null if the deployment was not canceled.
- canceledBy - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string representing the user who canceled the release, or SYSTEM if created non-interactively.
- canceledOn - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the UTC date when the deployment was canceled, in ISO 8601 format (yyyy-MM-ddThh:mm:ss), or null if the deployment was not canceled.
- canceledOn - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string representing the UTC date when the release was created, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
- CancelledOn_Date - Variable in class com.inedo.buildmaster.domain.Release
-
- CancelledReason_Text - Variable in class com.inedo.buildmaster.domain.Release
-
- checkConnection() - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Ensure can call BuildMaster api.
- com.inedo.buildmaster - package com.inedo.buildmaster
-
- com.inedo.buildmaster.api - package com.inedo.buildmaster.api
-
- com.inedo.buildmaster.domain - package com.inedo.buildmaster.domain
-
- com.inedo.http - package com.inedo.http
-
- com.inedo.jenkins - package com.inedo.jenkins
-
- configure(StaplerRequest, JSONObject) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- createdBy - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the user who initiated the deployment, or SYSTEM if initiated non-interactively.
- createdBy - Variable in class com.inedo.buildmaster.domain.ApiPackage
-
A string representing the user who created the package, or SYSTEM if created non-interactively.
- createdBy - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string representing the user who created the release, or SYSTEM if created non-interactively.
- createdOn - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the UTC date when the deployment was initiated, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
- createdOn - Variable in class com.inedo.buildmaster.domain.ApiPackage
-
A string representing the UTC date when the package was created, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
- createdOn - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string representing the UTC date when the release was created, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
- CreatedOn_Date - Variable in class com.inedo.buildmaster.domain.Build
-
- CreatedOn_Date - Variable in class com.inedo.buildmaster.domain.Release
-
- createPackage(String, String, String, Map<String, String>) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Creates a new build for an application requesting it use a specific build
number and returns the build number of the new build.
- createPackage(String, String, Map<String, String>) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Creates a new build of an application and promote it to the
first environment.
- familyOf(int) - Static method in enum com.inedo.http.HttpEasyReader.Family
-
Get the response status family for the status code.
- 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.
- 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.
- Furthest_Build_Id - Variable in class com.inedo.buildmaster.domain.Release
-
- Furthest_Build_Number - Variable in class com.inedo.buildmaster.domain.Release
-
- Furthest_PipelineStage_Name - Variable in class com.inedo.buildmaster.domain.Build
-
- Furthest_PipelineStage_Name - Variable in class com.inedo.buildmaster.domain.Release
-
- furthestPackageId - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
An integer representing the system-unique identifier of the active or deployed package that has made it furthest in the pipeline for the release.
- furthestPackageNumber - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string representing the application-unique number of the active or deployed package that has made it furthest in the pipeline for the release.
- furthestStage - Variable in class com.inedo.buildmaster.domain.ApiPackage
-
A string representing the name the furthest stage the package has advanced to in the pipeline.
- get() - Method in class com.inedo.http.HttpEasy
-
Performs an HTTP GET.
- getActiveReleases(String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets list of number of active releases
- getApiKey() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- getApplication(String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
- getApplicationId() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- getApplicationId() - Method in interface com.inedo.buildmaster.Triggerable
-
- getApplicationId() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getApplicationId() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getApplications() - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets a list of all applications in the system.
- 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
-
- getBuild(String, String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets the details for a specified build.
- getBuildMasterConfig() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- getBuildMasterConfig(PrintStream) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- getBuildMasterConfig() - Static method in class com.inedo.jenkins.GlobalConfig
-
- getBuildNumber() - Method in interface com.inedo.buildmaster.Triggerable
-
- getBuildNumber() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getBuildNumber() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getBuildNumberSource() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- 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.buildmaster.SelectApplicationBuilder.DescriptorImpl
-
- getDefaultBuildNumber() - Method in class com.inedo.buildmaster.TriggerBuildBuilder.DescriptorImpl
-
- getDefaultBuildNumber() - Method in class com.inedo.buildmaster.TriggerBuildPublisher.DescriptorImpl
-
- getDefaultLogWriter() - Static method in class com.inedo.http.HttpEasyDefaults
-
- getDeployable(int) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets the specified deployable
- getDeployableId() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- getDeployableId() - Method in interface com.inedo.buildmaster.Triggerable
-
- getDeployableId() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getDeployableId() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getDeployables(String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets the deployables for a specific application
- getDescriptor() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- getDisplayName() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- getDisplayName() - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
-
- getDisplayName() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- getDisplayName() - Method in class com.inedo.buildmaster.TriggerBuildBuilder.DescriptorImpl
-
- getDisplayName() - Method in class com.inedo.buildmaster.TriggerBuildPublisher.DescriptorImpl
-
- getDisplayName() - Method in class com.inedo.jenkins.VariableInjectionAction
-
- getEnableReleaseDeployable() - Method in interface com.inedo.buildmaster.Triggerable
-
- getEnableReleaseDeployable() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getEnableReleaseDeployable() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getExampleArray() - Static method in class com.inedo.buildmaster.domain.Application
-
- getExampleArray() - Static method in class com.inedo.buildmaster.domain.Deployable
-
- getExampleSingle() - Static method in class com.inedo.buildmaster.domain.Application
-
- getExampleSingle() - Static method in class com.inedo.buildmaster.domain.Deployable
-
- getExecutionsInProgress(String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets all executions in the executing state.
- getHost() - Method in class com.inedo.buildmaster.api.BuildMasterConfig
-
Get the name of the host the service is running on.
- getIconFileName() - Method in class com.inedo.jenkins.VariableInjectionAction
-
- getIsBuildMasterAvailable() - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
-
Check if can connect to BuildMaster - if not prevent any more calls
- getJsonReader() - Method in class com.inedo.http.HttpEasyReader
-
- getLastResult() - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
- getLatestActiveReleaseNumber(String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets release number of newest active release, if no active releases will
return an empty string
- getLatestExecution(String, String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets the latest build executions for the specified build
- getLogWriter() - Method in class com.inedo.jenkins.JenkinsHelper
-
- getNextPackageNumber(String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets the next available build number for the given release, if no builds
have been performed will return 1
- getPackageVariables(String, String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets the variable values for the build scope.
- getPassword() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- getPreserveVariables() - Method in interface com.inedo.buildmaster.Triggerable
-
- getPreserveVariables() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getPreserveVariables() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getPreviousPackageNumber(String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
- getPrintLogOnFailure() - Method in interface com.inedo.buildmaster.Triggerable
-
- getPrintLogOnFailure() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getPrintLogOnFailure() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- 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
-
- getRelease(String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Gets release number of newest active release
- getReleaseNumber() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- getReleaseNumber() - Method in interface com.inedo.buildmaster.Triggerable
-
- getReleaseNumber() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getReleaseNumber() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getRequiredMonitorService() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getResourceList() - Method in class com.inedo.buildmaster.SelectApplicationBuilder
-
- 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
-
- getResponseHeaderField(String) - Method in class com.inedo.http.HttpEasyReader
-
Response header field.
- getResponseHeaderFields(String) - Method in class com.inedo.http.HttpEasyReader
-
Response header field.
- getSetBuildVariables() - Method in interface com.inedo.buildmaster.Triggerable
-
- getSetBuildVariables() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getSetBuildVariables() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getStatusCode() - Method in exception com.inedo.http.HttpResponseException
-
- getUrl() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
Field getters
- getUrlName() - Method in class com.inedo.jenkins.VariableInjectionAction
-
- getUser() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- getVariables() - Method in interface com.inedo.buildmaster.Triggerable
-
- getVariables() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getVariables() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getVariablesList(String) - Static method in class com.inedo.buildmaster.TriggerBuildHelper
-
- getVariablesListExpanded(AbstractBuild<?, ?>, BuildListener, String) - Static method in class com.inedo.buildmaster.TriggerBuildHelper
-
- getWaitTillBuildCompleted() - Method in interface com.inedo.buildmaster.Triggerable
-
- getWaitTillBuildCompleted() - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- getWaitTillBuildCompleted() - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- getXmlReader() - Method in class com.inedo.http.HttpEasyReader
-
- GlobalConfig - Class in com.inedo.jenkins
-
- packageId - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
An integer representing the system-unique identifier of the package for the deployment.
- packageNumber - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the release-unique number of the package for the deployment.
- 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.buildmaster.api.BuildMasterConfig
-
- 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.buildmaster.SelectApplicationBuilder
-
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.inedo.buildmaster.TriggerBuildBuilder
-
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.inedo.buildmaster.TriggerBuildPublisher
-
- Pipeline_Id - Variable in class com.inedo.buildmaster.domain.Build
-
- Pipeline_Id - Variable in class com.inedo.buildmaster.domain.Release
-
- Pipeline_Name - Variable in class com.inedo.buildmaster.domain.Build
-
- Pipeline_Name - Variable in class com.inedo.buildmaster.domain.Release
-
- pipelineId - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
An integer representing the system-unique identifier of the pipeline used by the deployment.
- pipelineId - Variable in class com.inedo.buildmaster.domain.ApiPackage
-
An integer representing the system-unique identifier of the pipeline used by the package.
- pipelineId - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
An integer representing the system-unique identifier of the pipeline used by the release.
- pipelineName - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the name of the pipeline used by the deployment.
- pipelineName - Variable in class com.inedo.buildmaster.domain.ApiPackage
-
A string representing the name of the pipeline used by the package.
- pipelineName - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string representing the name of the pipeline used by the release.
- pipelineStageName - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the name the stage in the pipeline used by the deployment.
- plan - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the name of the plan used for deployment.
- 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.
- printExecutionLog(int) - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Prints the build log for the execution id.
- printStream - Variable in class com.inedo.buildmaster.api.BuildMasterConfig
-
- PromotionStatus_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
-
- 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.
- Scope_Code - Variable in class com.inedo.buildmaster.domain.Variable
-
- SelectApplicationBuilder - Class in com.inedo.buildmaster
-
The SelectApplicationBuildStep will populate environment variables for the BuildMaster application, release and build numbers
as a build step.
- SelectApplicationBuilder(String, String, String, String) - Constructor for class com.inedo.buildmaster.SelectApplicationBuilder
-
- SelectApplicationBuilder.DescriptorImpl - Class in com.inedo.buildmaster
-
- SelectApplicationBuilder.DescriptorImpl() - Constructor for class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
-
- sensitive - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
-
A boolean to indicate a sensitive variable that's obscured from casual viewing in the UI
- sensitive - Variable in class com.inedo.buildmaster.domain.ApiVariable
-
- Sensitive_Indicator - Variable in class com.inedo.buildmaster.domain.Variable
-
- sequence - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
An integer representing the sequence relative to other releases in the application.
- server - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
-
A string value of the name of the server the variable is associated with, or null if it's not associated
- setApiKey(String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- setPassword(String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- setRecordResult() - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
- 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 .
- setUrl(String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
Field setters
- setUser(String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
-
- started - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string representing the UTC date when the deployment actually started, in ISO 8601 format (yyyy-MM-ddThh:mm:ss), or null if the execution hasn't started.
- status - Variable in class com.inedo.buildmaster.domain.ApiDeployment
-
A string consisting of pending, executing, succeeded, warned, or failed
- status - Variable in class com.inedo.buildmaster.domain.ApiPackage
-
A string consisting of active, deployed, or rejected.
- status - Variable in class com.inedo.buildmaster.domain.ApiRelease
-
A string consisting of active, deployed, or canceled.