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

A

Active_Releases_Count - Variable in class com.inedo.buildmaster.domain.Application
 
allowAllHosts() - Method in class com.inedo.http.HttpEasyDefaults
Create all-trusting host name verifier.
ApiDeployment - Class in com.inedo.buildmaster.domain
 
ApiDeployment() - Constructor for class com.inedo.buildmaster.domain.ApiDeployment
 
apiKey - Variable in class com.inedo.buildmaster.api.BuildMasterConfig
 
ApiPackage - Class in com.inedo.buildmaster.domain
 
ApiPackage() - Constructor for class com.inedo.buildmaster.domain.ApiPackage
 
ApiRelease - Class in com.inedo.buildmaster.domain
 
ApiRelease() - Constructor for class com.inedo.buildmaster.domain.ApiRelease
 
ApiScopedVariable - Class in com.inedo.buildmaster.domain
 
ApiScopedVariable() - Constructor for class com.inedo.buildmaster.domain.ApiScopedVariable
 
ApiVariable - Class in com.inedo.buildmaster.domain
 
ApiVariable() - Constructor for class com.inedo.buildmaster.domain.ApiVariable
 
application - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
A string value of the name of the application the variable is associated with, or null if it's not associated
Application - Class in com.inedo.buildmaster.domain
 
Application() - Constructor for class com.inedo.buildmaster.domain.Application
 
Application_Id - Variable in class com.inedo.buildmaster.domain.Application
 
Application_Id - Variable in class com.inedo.buildmaster.domain.Build
 
Application_Id - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Application_Id - Variable in class com.inedo.buildmaster.domain.Release
 
Application_Name - Variable in class com.inedo.buildmaster.domain.Application
 
Application_Name - Variable in class com.inedo.buildmaster.domain.Build
 
Application_Name - Variable in class com.inedo.buildmaster.domain.Release
 
ApplicationDetail - Class in com.inedo.buildmaster.domain
 
ApplicationDetail() - Constructor for class com.inedo.buildmaster.domain.ApplicationDetail
 
applicationGroup - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
A string value of the name of the application-group the variable is associated with, or null if it's not associated
ApplicationGroup_Id - Variable in class com.inedo.buildmaster.domain.Application
 
ApplicationGroup_Name - Variable in class com.inedo.buildmaster.domain.Application
 
applicationId - Variable in class com.inedo.buildmaster.domain.ApiDeployment
An integer representing the system-unique identifier of the application for the deployment.
applicationId - Variable in class com.inedo.buildmaster.domain.ApiPackage
An integer representing the system-unique identifier of the application for the package.
applicationId - Variable in class com.inedo.buildmaster.domain.ApiRelease
An integer representing the system-unique identifier of the application for the release.
applicationName - Variable in class com.inedo.buildmaster.domain.ApiDeployment
A string representing the system-unique name of the application for the deployment.
applicationName - Variable in class com.inedo.buildmaster.domain.ApiPackage
A string representing the system-unique name of the application for the package.
applicationName - Variable in class com.inedo.buildmaster.domain.ApiRelease
A string representing the system-unique name of the application for the release.
Applications_Extended - Variable in class com.inedo.buildmaster.domain.ApplicationDetail
 
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.
authorization(String, String) - Method in class com.inedo.http.HttpEasyDefaults
Add default authorization.

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.
Build - Class in com.inedo.buildmaster.domain
 
Build() - Constructor for class com.inedo.buildmaster.domain.Build
 
Build_AutoPromote_Indicator - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Build_Id - Variable in class com.inedo.buildmaster.domain.Build
 
Build_Number - Variable in class com.inedo.buildmaster.domain.Build
 
Build_Number - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Build_Sequence - Variable in class com.inedo.buildmaster.domain.Build
 
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class com.inedo.jenkins.VariableInjectionAction
 
BuildExecution - Class in com.inedo.buildmaster.domain
 
BuildExecution() - Constructor for class com.inedo.buildmaster.domain.BuildExecution
 
BuildExecution_ActionGroupAction_Id - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionVariableValues
 
BuildExecution_ActionGroupActionLogEntries - Variable in class com.inedo.buildmaster.domain.BuildExecutionDetails
 
BuildExecution_ActionGroupActions - Variable in class com.inedo.buildmaster.domain.BuildExecutionDetails
 
BuildExecution_ActionGroupActionVariableValues - Variable in class com.inedo.buildmaster.domain.BuildExecutionDetails
 
BuildExecution_DeploymentPlan_Id - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
BuildExecution_DeploymentPlanActionGroups - Variable in class com.inedo.buildmaster.domain.BuildExecutionDetails
 
BuildExecutionActionGroupActionLogEntries - Class in com.inedo.buildmaster.domain
 
BuildExecutionActionGroupActionLogEntries() - Constructor for class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionLogEntries
 
BuildExecutionActionGroupActions - Class in com.inedo.buildmaster.domain
 
BuildExecutionActionGroupActions() - Constructor for class com.inedo.buildmaster.domain.BuildExecutionActionGroupActions
 
BuildExecutionActionGroupActionVariableValues - Class in com.inedo.buildmaster.domain
 
BuildExecutionActionGroupActionVariableValues() - Constructor for class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionVariableValues
 
BuildExecutionDeploymentPlanActionGroups - Class in com.inedo.buildmaster.domain
 
BuildExecutionDeploymentPlanActionGroups() - Constructor for class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
BuildExecutionDetails - Class in com.inedo.buildmaster.domain
 
BuildExecutionDetails() - Constructor for class com.inedo.buildmaster.domain.BuildExecutionDetails
 
BuildExecutions_Extended - Variable in class com.inedo.buildmaster.domain.BuildExecutionDetails
 
BuildHelper - Class in com.inedo.buildmaster
Does the real work of Trigger a BuildMaster build, has been seperated out from the Builder and Publisher actions so that the code can be shared between them.
BuildHelper() - Constructor for class com.inedo.buildmaster.BuildHelper
 
BuildImporter_Configuration - Variable in class com.inedo.buildmaster.domain.Build
 
BuildMasterApi - Class in com.inedo.buildmaster.api
BuildMaster json api interface
BuildMasterApi(JenkinsLogWriter) - Constructor for class com.inedo.buildmaster.api.BuildMasterApi
 
BuildMasterApi(BuildMasterConfig, JenkinsLogWriter) - Constructor for class com.inedo.buildmaster.api.BuildMasterApi
 
BuildMasterConfig - Class in com.inedo.buildmaster.api
Configuration settings required to can the BuildMaster json api
BuildMasterConfig() - Constructor for class com.inedo.buildmaster.api.BuildMasterConfig
 
BuildMasterConfiguration - Class in com.inedo.buildmaster
Has fields for global configuration
BuildMasterConfiguration() - Constructor for class com.inedo.buildmaster.BuildMasterConfiguration
 
BuildMasterConfiguration.DescriptorImpl - Class in com.inedo.buildmaster
 
BuildMasterConfiguration.DescriptorImpl() - Constructor for class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
 
BuildStatus_Name - Variable in class com.inedo.buildmaster.domain.Build
 
BuildStatus_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
bypassProxyForLocalAddresses(boolean) - Method in class com.inedo.http.HttpEasyDefaults
Use proxy, or not, for local addresses.

C

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, 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.
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.

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.
DEFAULT_BUILD_NUMBER - Static variable in class com.inedo.buildmaster.BuildHelper
 
delete() - Method in class com.inedo.http.HttpEasy
Performs an HTTP DELETE.
Dependants_Count - Variable in class com.inedo.buildmaster.domain.Deployable
 
Dependencies_Count - Variable in class com.inedo.buildmaster.domain.Deployable
 
Deployable - Class in com.inedo.buildmaster.domain
 
Deployable() - Constructor for class com.inedo.buildmaster.domain.Deployable
 
Deployable_Id - Variable in class com.inedo.buildmaster.domain.Deployable
 
Deployable_Name - Variable in class com.inedo.buildmaster.domain.Deployable
 
Deployables_Extended - Variable in class com.inedo.buildmaster.domain.ApplicationDetail
 
deployPackageToStage(String, String, String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
 
deployToStage(AbstractBuild<?, ?>, BuildListener, DeployToStageBuilder) - Static method in class com.inedo.buildmaster.BuildHelper
 
DeployToStageBuilder - Class in com.inedo.buildmaster
Deploy a package to the requested stage in BuildMaster.
DeployToStageBuilder(String, JSONObject, String, String, String) - Constructor for class com.inedo.buildmaster.DeployToStageBuilder
 
DeployToStageBuilder.DescriptorImpl - Class in com.inedo.buildmaster
 
DeployToStageBuilder.DescriptorImpl() - Constructor for class com.inedo.buildmaster.DeployToStageBuilder.DescriptorImpl
 
details(String, Object...) - Method in interface com.inedo.http.HttpEasyListener
 
details(String, Object...) - Method in class com.inedo.http.LogWriter
 
details(String, Object...) - Method in class com.inedo.jenkins.JenkinsLogWriter
 
doCheckDeployableId(String) - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
 
doCheckPassword(String, String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
 
doCheckReleaseNumber(String, String) - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
 
doCheckUrl(String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
Performs on-the-fly validation of the form field 'url'.
doCheckUser(String, String) - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
 
doCheckVariables(String) - Method in class com.inedo.buildmaster.TriggerBuildBuilder.DescriptorImpl
 
doCheckVariables(String) - Method in class com.inedo.buildmaster.TriggerBuildPublisher.DescriptorImpl
 
doFillApplicationIdItems() - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
 
doFillBuildNumberSourceItems() - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
 
doFillDeployableIdItems(String) - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
 
doFillReleaseNumberItems(String) - Method in class com.inedo.buildmaster.SelectApplicationBuilder.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.buildmaster.BuildMasterConfiguration.DescriptorImpl
BuildMaster connection test
downloadFile(String) - Method in class com.inedo.http.HttpEasyReader
Download a file from the response.

E

enableReleaseDeployable(String, String, int) - Method in class com.inedo.buildmaster.api.BuildMasterApi
Enables deployable on an existing release if it is not currently enabled
ended - Variable in class com.inedo.buildmaster.domain.ApiDeployment
A string representing the UTC date when the deployment completed, in ISO 8601 format (yyyy-MM-ddThh:mm:ss), or null if the execution hasn't completed.
environment - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
A string value of the name of the environment the variable is associated with, or null if it's not associated
Environment_Id - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Environment_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
environmentId - Variable in class com.inedo.buildmaster.domain.ApiDeployment
An integer representing the system-unique identifier of the environment used by the deployment, or null if no environment is in context.
environmentName - Variable in class com.inedo.buildmaster.domain.ApiDeployment
A string representing the name of the environment used by the deployment, or null if no environment is in context.
error(String, Throwable) - Method in interface com.inedo.http.HttpEasyListener
 
error(String, Throwable) - Method in class com.inedo.http.LogWriter
 
error(String) - Method in class com.inedo.jenkins.JenkinsConsoleLogWriter
 
error(String) - Method in class com.inedo.jenkins.JenkinsLogWriter
 
error(String, Throwable) - Method in class com.inedo.jenkins.JenkinsLogWriter
 
error(String) - Method in class com.inedo.jenkins.JenkinsTaskLogWriter
 
EXAMPLE - Static variable in class com.inedo.buildmaster.domain.Build
 
EXAMPLE - Static variable in class com.inedo.buildmaster.domain.BuildExecution
 
EXAMPLE - Static variable in class com.inedo.buildmaster.domain.BuildExecutionDetails
 
EXAMPLE - Static variable in class com.inedo.buildmaster.domain.Release
 
EXAMPLE - Static variable in class com.inedo.buildmaster.domain.ReleaseDetails
 
EXAMPLE - Static variable in class com.inedo.buildmaster.domain.Variable
 
Execution_Id - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
ExecutionAction_Description - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActions
 
ExecutionEnded_Date - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
ExecutionStart_Date - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
ExecutionStatus_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
ExecutionStatus_Name - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActions
 
expandVariable(String) - Method in class com.inedo.jenkins.JenkinsHelper
 

F

fail(String) - Static method in class com.inedo.jenkins.JenkinsHelper
 
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.
fatalError(String) - Method in class com.inedo.jenkins.JenkinsConsoleLogWriter
 
fatalError(String) - Method in class com.inedo.jenkins.JenkinsLogWriter
 
fatalError(String) - Method in class com.inedo.jenkins.JenkinsTaskLogWriter
 
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.

G

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.DeployToStageBuilder
 
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() - Static method in class com.inedo.jenkins.GlobalConfig
 
getBuildNumber() - Method in class com.inedo.buildmaster.DeployToStageBuilder
 
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.DeployToStageBuilder.DescriptorImpl
 
getDefaultBuildNumber() - Method in class com.inedo.buildmaster.TriggerBuildBuilder.DescriptorImpl
 
getDefaultBuildNumber() - Method in class com.inedo.buildmaster.TriggerBuildPublisher.DescriptorImpl
 
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.DeployToStageBuilder.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
 
getEventManager() - Method in class com.inedo.http.HttpEasy
 
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 class com.inedo.buildmaster.DeployToStageBuilder
 
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.DeployToStageBuilder
 
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
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.
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
 
getToStage() - Method in class com.inedo.buildmaster.DeployToStageBuilder
 
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.BuildHelper
 
getVariablesListExpanded(AbstractBuild<?, ?>, BuildListener, String) - Static method in class com.inedo.buildmaster.BuildHelper
 
getWaitTillBuildCompleted() - Method in class com.inedo.buildmaster.DeployToStageBuilder
 
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
 

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
 
HttpEasyListener - Interface in com.inedo.http
 
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

id - Variable in class com.inedo.buildmaster.domain.ApiDeployment
An integer representing the system-unique identifier of the deployment.
id - Variable in class com.inedo.buildmaster.domain.ApiPackage
An integer representing the system-unique identifier of the package.
id - Variable in class com.inedo.buildmaster.domain.ApiRelease
An integer representing the system-unique identifier of the release.
InclusionType_Code - Variable in class com.inedo.buildmaster.domain.Deployable
 
info(String) - Method in class com.inedo.jenkins.JenkinsConsoleLogWriter
 
info(String) - Method in class com.inedo.jenkins.JenkinsLogWriter
 
info(String) - Method in class com.inedo.jenkins.JenkinsTaskLogWriter
 
Initial_BuildExecution_DeploymentPlan_Id - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Initial_BuildExecution_DeploymentPlan_Id - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
Initial_DeploymentPlan_Id - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Initial_DeploymentPlan_Id - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
injectConfiguration(BuildMasterConfig) - Static method in class com.inedo.jenkins.GlobalConfig
Inject configuration for testing purposes
injectEnvrionmentVariable(String, String) - Method in class com.inedo.jenkins.JenkinsHelper
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.inedo.buildmaster.DeployToStageBuilder.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.inedo.buildmaster.SelectApplicationBuilder.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.inedo.buildmaster.TriggerBuildBuilder.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.inedo.buildmaster.TriggerBuildPublisher.DescriptorImpl
 
isBypassProxyForLocalAddresses() - Static method in class com.inedo.http.HttpEasyDefaults
 

J

JenkinsConsoleLogWriter - Class in com.inedo.jenkins
 
JenkinsConsoleLogWriter() - Constructor for class com.inedo.jenkins.JenkinsConsoleLogWriter
 
JenkinsHelper - Class in com.inedo.jenkins
Common Jenkins tasks.
JenkinsHelper() - Constructor for class com.inedo.jenkins.JenkinsHelper
For unit tests as they don't have access to the build or listener
JenkinsHelper(AbstractBuild<?, ?>, TaskListener) - Constructor for class com.inedo.jenkins.JenkinsHelper
 
JenkinsLogWriter - Class in com.inedo.jenkins
 
JenkinsLogWriter() - Constructor for class com.inedo.jenkins.JenkinsLogWriter
 
JenkinsTaskLogWriter - Class in com.inedo.jenkins
 
JenkinsTaskLogWriter(TaskListener) - Constructor for class com.inedo.jenkins.JenkinsTaskLogWriter
 
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

Latest_Build_CreatedOn_Date - Variable in class com.inedo.buildmaster.domain.Release
 
Latest_Build_Id - Variable in class com.inedo.buildmaster.domain.Release
 
Latest_Build_Number - Variable in class com.inedo.buildmaster.domain.Release
 
Latest_Execution_Environment_Id - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Execution_Environment_Name - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Execution_Id - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Execution_RunState_Code - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Execution_Status_Code - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_PipelineStage_Name - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Promoted_Date - Variable in class com.inedo.buildmaster.domain.Release
 
Latest_Promotion_Date - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Promotion_Id - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_Promotion_Id - Variable in class com.inedo.buildmaster.domain.Release
 
Latest_Promotion_PipelineStage_Name - Variable in class com.inedo.buildmaster.domain.Release
 
Latest_Promotion_Status - Variable in class com.inedo.buildmaster.domain.Build
 
Latest_PromotionStatus_Name - Variable in class com.inedo.buildmaster.domain.Release
 
latestPackageId - Variable in class com.inedo.buildmaster.domain.ApiRelease
An integer representing the system-unique identifier of the active or deployed package that was most recently created.
latestPackageNumber - Variable in class com.inedo.buildmaster.domain.ApiRelease
A string representing the application-unique number of the active or deployed package that was most recently created.
listeners(HttpEasyListener...) - Method in class com.inedo.http.HttpEasyDefaults
Registers a default log listener
LogEntry_Level - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionLogEntries
 
LogEntry_Sequence - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionLogEntries
 
LogEntry_Text - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionLogEntries
 
logRequestDetails() - Method in class com.inedo.http.HttpEasy
If called will cause the request and response details to be logged.
LogWriter - Class in com.inedo.http
 
LogWriter() - Constructor for class com.inedo.http.LogWriter
 

M

ModifiedOn_Date - Variable in class com.inedo.buildmaster.domain.Build
 
ModifiedOn_Date - Variable in class com.inedo.buildmaster.domain.Release
 

N

name - Variable in class com.inedo.buildmaster.domain.ApiRelease
A string representing the non-unique name or alias for the release.
name - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
A string value of the variable name
name - Variable in class com.inedo.buildmaster.domain.ApiVariable
 
Notes_Text - Variable in class com.inedo.buildmaster.domain.Release
 
number - Variable in class com.inedo.buildmaster.domain.ApiPackage
A string representing the release-unique identifier of the package.
number - Variable in class com.inedo.buildmaster.domain.ApiRelease
A string representing the application-unique identifier of the release.

O

Original_Deployable_Name - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
Original_DeploymentPlanActionGroup_Id - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
Original_DeploymentPlanActionGroup_Name - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 
Original_DeploymentPlanActionGroup_Sequence - Variable in class com.inedo.buildmaster.domain.BuildExecutionDeploymentPlanActionGroups
 

P

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.DeployToStageBuilder
 
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.
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.

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

Referenced_Application_Id - Variable in class com.inedo.buildmaster.domain.Deployable
 
Referenced_Release_Number - Variable in class com.inedo.buildmaster.domain.Deployable
 
Rejected_Date - Variable in class com.inedo.buildmaster.domain.Build
 
rejectedBy - Variable in class com.inedo.buildmaster.domain.ApiPackage
A string representing the user who rejected the package, or SYSTEM if rejected non-interactively.
rejectedOn - Variable in class com.inedo.buildmaster.domain.ApiPackage
A string representing the UTC date when the package was rejected, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
Release - Class in com.inedo.buildmaster.domain
 
Release() - Constructor for class com.inedo.buildmaster.domain.Release
 
Release_Id - Variable in class com.inedo.buildmaster.domain.Build
 
Release_Id - Variable in class com.inedo.buildmaster.domain.Release
 
Release_Name - Variable in class com.inedo.buildmaster.domain.Build
 
Release_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Release_Name - Variable in class com.inedo.buildmaster.domain.Release
 
Release_Number - Variable in class com.inedo.buildmaster.domain.Build
 
Release_Number - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Release_Number - Variable in class com.inedo.buildmaster.domain.Release
 
Release_Sequence - Variable in class com.inedo.buildmaster.domain.Build
 
Release_Sequence - Variable in class com.inedo.buildmaster.domain.Release
 
ReleaseConfigurationFiles - Variable in class com.inedo.buildmaster.domain.ReleaseDetails
 
ReleaseDeployables_Extended - Variable in class com.inedo.buildmaster.domain.ReleaseDetails
 
ReleaseDetails - Class in com.inedo.buildmaster.domain
 
ReleaseDetails() - Constructor for class com.inedo.buildmaster.domain.ReleaseDetails
 
releaseId - Variable in class com.inedo.buildmaster.domain.ApiDeployment
An integer representing the system-unique identifier of the release for the deployment.
releaseId - Variable in class com.inedo.buildmaster.domain.ApiPackage
An integer representing the system-unique identifier of the release for the package.
releaseName - Variable in class com.inedo.buildmaster.domain.ApiDeployment
A string representing the name of the release for the deployment.
releaseName - Variable in class com.inedo.buildmaster.domain.ApiPackage
A string representing the name of the release for the package.
releaseNumber - Variable in class com.inedo.buildmaster.domain.ApiDeployment
A string representing the application-unique number of the release for the deployment.
releaseNumber - Variable in class com.inedo.buildmaster.domain.ApiPackage
A string representing the application-unique number of the release for the package.
Releases_Extended - Variable in class com.inedo.buildmaster.domain.ReleaseDetails
 
ReleaseStatus_Name - Variable in class com.inedo.buildmaster.domain.Build
 
ReleaseStatus_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
ReleaseStatus_Name - Variable in class com.inedo.buildmaster.domain.Release
 
ReleaseTemplate_Name - Variable in class com.inedo.buildmaster.domain.Release
 
request() - Static method in class com.inedo.http.HttpEasy
 
request(String, Object...) - Method in interface com.inedo.http.HttpEasyListener
 
request(String, Object...) - Method in class com.inedo.http.LogWriter
 
request(String, Object...) - Method in class com.inedo.jenkins.JenkinsLogWriter
 
ResponseReader - Interface in com.inedo.http
Interface for common response reader methods.
role - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
A string value of the name of the role the variable is associated with, or null if it's not associated

S

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.

T

Target_Date - Variable in class com.inedo.buildmaster.domain.Build
 
Target_Date - Variable in class com.inedo.buildmaster.domain.Release
 
targetDate - Variable in class com.inedo.buildmaster.domain.ApiRelease
A string representing the UTC date of the target release date in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
template - Variable in class com.inedo.buildmaster.domain.ApiRelease
A string of the template name used for this release, or null if no template is used.
textContent(String) - Method in class com.inedo.http.XmlReader
Search a XML element's children for the requested element and returns the text content.
Triggerable - Interface in com.inedo.buildmaster
 
triggerBuild(AbstractBuild<?, ?>, BuildListener, Triggerable) - Static method in class com.inedo.buildmaster.BuildHelper
 
TriggerBuildBuilder - Class in com.inedo.buildmaster
The TriggerBuildPostBuildStep will trigger a build in BuildMaster for a selected application and release as a build step.
TriggerBuildBuilder(JSONObject, JSONObject, JSONObject, String, String, String) - Constructor for class com.inedo.buildmaster.TriggerBuildBuilder
 
TriggerBuildBuilder.DescriptorImpl - Class in com.inedo.buildmaster
 
TriggerBuildBuilder.DescriptorImpl() - Constructor for class com.inedo.buildmaster.TriggerBuildBuilder.DescriptorImpl
 
TriggerBuildPublisher - Class in com.inedo.buildmaster
The TriggerBuildPostBuildStep will trigger a build in BuildMaster for a selected application and release as a post-build action, after the build has completed.
TriggerBuildPublisher(JSONObject, JSONObject, JSONObject, String, String, String) - Constructor for class com.inedo.buildmaster.TriggerBuildPublisher
 
TriggerBuildPublisher.DescriptorImpl - Class in com.inedo.buildmaster
 
TriggerBuildPublisher.DescriptorImpl() - Constructor for class com.inedo.buildmaster.TriggerBuildPublisher.DescriptorImpl
 
trustAllCertificates() - Method in class com.inedo.http.HttpEasyDefaults
Create all-trusting certificate verifier.

U

url - Variable in class com.inedo.buildmaster.api.BuildMasterConfig
 
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.buildmaster.api.BuildMasterConfig
 

V

validateBuildMasterConfig() - Static method in class com.inedo.jenkins.GlobalConfig
 
validatePluginConfiguration() - Method in class com.inedo.buildmaster.BuildMasterConfiguration.DescriptorImpl
 
value - Variable in class com.inedo.buildmaster.domain.ApiScopedVariable
A string value of the variable value
value - Variable in class com.inedo.buildmaster.domain.ApiVariable
 
Value_Text - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionVariableValues
 
Value_Text - Variable in class com.inedo.buildmaster.domain.Variable
 
valueOf(String) - Static method in enum com.inedo.http.Family
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.
Variable - Class in com.inedo.buildmaster.domain
 
Variable() - Constructor for class com.inedo.buildmaster.domain.Variable
 
Variable_Name - Variable in class com.inedo.buildmaster.domain.BuildExecutionActionGroupActionVariableValues
 
Variable_Name - Variable in class com.inedo.buildmaster.domain.Variable
 
VariableInjectionAction - Class in com.inedo.jenkins
Allow plugin to update environment variables
VariableInjectionAction(String, String) - Constructor for class com.inedo.jenkins.VariableInjectionAction
 

W

waitForBuildCompletion(String, String, String, boolean) - Method in class com.inedo.buildmaster.api.BuildMasterApi
Wait for the build to complete
waitForExistingBuildStepToComplete(String, String) - Method in class com.inedo.buildmaster.api.BuildMasterApi
Checks to see if any existing builds are running a build step, if so will wait for it to complete
WarningLogEntry_Indicator - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
withDefaults() - Static method in class com.inedo.http.HttpEasy
 
withLogListener(HttpEasyListener) - Method in class com.inedo.http.HttpEasy
 
Workflow_Id - Variable in class com.inedo.buildmaster.domain.BuildExecution
 
Workflow_Name - Variable in class com.inedo.buildmaster.domain.BuildExecution
 

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 N O P Q R S T U V W X