- 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).
- checkConnection() - Method in class com.inedo.buildmaster.api.BuildMasterApi
-
Ensure can call the BuildMaster api.
- com.inedo.buildmaster.api - package com.inedo.buildmaster.api
-
- com.inedo.buildmaster.domain - package com.inedo.buildmaster.domain
-
- com.inedo.buildmaster.jenkins - package com.inedo.buildmaster.jenkins
-
- com.inedo.buildmaster.jenkins.buildOption - package com.inedo.buildmaster.jenkins.buildOption
-
- com.inedo.buildmaster.jenkins.utils - package com.inedo.buildmaster.jenkins.utils
-
- configure(StaplerRequest, JSONObject) - Method in class com.inedo.buildmaster.jenkins.BuildMasterConfiguration.DescriptorImpl
-
- createBuild(int, 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.
- createBuild(int, 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.
- 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.ApiRelease
-
A string representing the user who created the release, or SYSTEM if created non-interactively.
- createdBy - Variable in class com.inedo.buildmaster.domain.ApiReleaseBuild
-
A string representing the user who created the build, 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.ApiRelease
-
A string representing the UTC date when the release was created, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
- createdOn - Variable in class com.inedo.buildmaster.domain.ApiReleaseBuild
-
A string representing the UTC date when the build was created, in ISO 8601 format (yyyy-MM-ddThh:mm:ss).
- CreatedOn_Date - Variable in class com.inedo.buildmaster.domain.Release
-
- createPackage(Run<?, ?>, TaskListener, ICreatePackage) - Static method in class com.inedo.buildmaster.jenkins.BuildHelper
-
- CreatePackageBuilder - Class in com.inedo.buildmaster.jenkins
-
Create a package in BuildMaster for the specified application and release and optionally deploy it to the first stage.
- CreatePackageBuilder() - Constructor for class com.inedo.buildmaster.jenkins.CreatePackageBuilder
-
- CreatePackageBuilder.DescriptorImpl - Class in com.inedo.buildmaster.jenkins
-
- CreatePackagePublisher - Class in com.inedo.buildmaster.jenkins
-
The TriggerBuildPostBuildStep will trigger a build in BuildMaster for a selected application and release
as a post-build action, after the build has completed.
- CreatePackagePublisher() - Constructor for class com.inedo.buildmaster.jenkins.CreatePackagePublisher
-
- CreatePackagePublisher.DescriptorImpl - Class in com.inedo.buildmaster.jenkins
-
- CreatePackageStep - Class in com.inedo.buildmaster.jenkins
-
Create a package in BuildMaster for the specified application and release and optionally deploy it to the first stage.
- CreatePackageStep() - Constructor for class com.inedo.buildmaster.jenkins.CreatePackageStep
-
- CreatePackageStep.DescriptorImpl - Class in com.inedo.buildmaster.jenkins
-