void |
BuildTypeSettings.addArtifactDependency(SArtifactDependency dependency) |
Adds artifact dependency.
|
SBuildFeatureDescriptor |
BuildTypeSettings.addBuildFeature(String type,
Map<String,String> params) |
Adds build feature with specified type and parameters to this settings object.
|
void |
BuildTypeSettings.addBuildFeature(SBuildFeatureDescriptor feature) |
Adds build feature descriptor to this settings object.
|
void |
BuildTypeSettings.addBuildParameter(Parameter parameter) |
Adds build parameter to the configuration.
|
SBuildRunnerDescriptor |
BuildTypeSettings.addBuildRunner(String id,
String name,
String runnerType,
Map<String,String> parameters) |
Creates a new build runner with the specified id, name, runner type, and parameters,
and adds it to the current build settings.
|
SBuildRunnerDescriptor |
BuildTypeSettings.addBuildRunner(String name,
String runnerType,
Map<String,String> parameters) |
Creates new build runner and adds it to these settings.
|
SBuildRunnerDescriptor |
BuildTypeSettings.addBuildRunner(BuildRunnerDescriptor runner) |
Adds runner descriptor.
|
BuildTriggerDescriptor |
BuildTypeSettings.addBuildTrigger(String type,
Map<String,String> params) |
Deprecated.
|
boolean |
BuildTypeSettings.addBuildTrigger(BuildTriggerDescriptor triggerDescriptor) |
Adds new trigger to build configuration settings.
|
void |
BuildTypeSettings.addConfigParameter(Parameter param) |
Adds configuration parameter.
|
SProjectFeatureDescriptor |
SProject.addFeature(String id,
String type,
Map<String,String> params) |
Adds new project feature with provided ID if auto-generated ID is not desirable
|
SProjectFeatureDescriptor |
SProject.addFeature(String type,
Map<String,String> params) |
Adds new project feature.
|
void |
SProject.addFeature(SProjectFeatureDescriptor feature) |
Adds project feature.
|
void |
BuildTypeSettings.addRequirement(Requirement requirement) |
Adds new build requirement to the configuration.
|
boolean |
BuildTypeSettings.addVcsRoot(SVcsRoot root) |
Adds VCS root to the build configuration with default checkout rules.
|
void |
BuildTypeSettings.applyRunnersOrder(String[] ids) |
Accepts array of runner identifiers and reorders them according to this array.
|
void |
BuildTypeTemplate.applyRunnersOrder(String[] ids) |
Changes order of build runners in this template and in all of the inherited build configurations.
|
SBuildType |
SProject.copyBuildType(SBuildType originalBuildType,
String newExtId,
String newName,
CopyOptions copyOptions) |
Creates a copy of the given build configuration.
|
BuildTypeTemplate |
SProject.copyBuildTypeTemplate(BuildTypeTemplate originalTemplate,
String newExtId,
String newName) |
Creates new template by copying settings from the original one.
|
SVcsRoot |
SProject.copyVcsRoot(SVcsRoot originalRoot,
String externalId) |
Creates a copy of original VCS root in this project.
|
SBuildType |
SProject.createBuildType(String name) |
Creates new build configuration with given name
|
SBuildType |
SProject.createBuildType(String extId,
String name) |
Creates new build configuration with given external identifier and name.
|
SBuildType |
SProject.createBuildType(String name,
String runnerType,
int maximumNumberOfBuilds,
BuildTypeDescriptor.CheckoutType checkoutType) |
Deprecated.
|
SBuildType |
SProject.createBuildType(SBuildType originalBuildType,
String newName,
boolean copyVcsRoots,
boolean changeScopeOfLocalVcsRoots) |
Deprecated.
|
SBuildType |
SProject.createBuildType(SBuildType originalBuildType,
String newName,
CopyOptions copyOptions) |
Deprecated.
|
SBuildType |
SProject.createBuildTypeFromTemplate(BuildTypeTemplate template,
String extId,
String name) |
Creates build configuration on the base of specified template.
|
SBuildType |
SProject.createBuildTypeFromTemplate(BuildTypeTemplate template,
String name,
CopyOptions copyOptions) |
Creates build configuration on the base of specified template.
|
BuildTypeTemplate |
SProject.createBuildTypeTemplate(String name) |
Creates new build configuration template.
|
BuildTypeTemplate |
SProject.createBuildTypeTemplate(String extId,
String name) |
Creates new build configuration template with given external identifier an name.
|
BuildTypeTemplate |
SProject.createBuildTypeTemplate(BuildTypeTemplate originalTemplate,
String newName,
CopyOptions copyOptions) |
Deprecated.
|
BuildTypeTemplate |
SProject.createBuildTypeTemplate(SBuildType originalBuildType,
String name,
CopyOptions copyOptions) |
Deprecated.
|
SProject |
SProject.createProject(String externalId,
String projectName) |
Creates new sub project in this project
|
SVcsRoot |
SProject.createVcsRoot(String vcsName,
String externalId,
String name) |
Creates new VCS root in this project
|
SVcsRoot |
SProject.createVcsRoot(String vcsName,
String name,
Map<String,String> params) |
Creates new VCS root in this project
|
void |
BuildTypeTemplate.moveToProject(ConfigAction cause,
SProject target) |
Moves this template to the specified project.
|
void |
BuildTypeTemplate.moveToProject(SProject target) |
Moves this template to the specified project.
|
void |
SProject.moveToProject(ConfigAction cause,
SProject target) |
Moves this project to the target project.
|
void |
SProject.moveToProject(SProject target) |
Moves this project to the target project.
|
void |
SPersistentEntity.remove() |
Removes this entity.
|
void |
BuildTypeSettings.removeAllBuildRunners() |
Removes all build runners from these settings
|
void |
BuildTypeSettings.removeArtifactDependency(SArtifactDependency dependency) |
Removes artifact dependency.
|
SBuildFeatureDescriptor |
BuildTypeSettings.removeBuildFeature(String featureId) |
Removes build feature with specified id from this settings object.
|
void |
BuildTypeSettings.removeBuildParameter(String paramName) |
Removes existing build parameter by its name.
|
SBuildRunnerDescriptor |
BuildTypeSettings.removeBuildRunner(String runnerId) |
Removes runner descriptor with specified id.
|
boolean |
BuildTypeSettings.removeBuildTrigger(BuildTriggerDescriptor triggerDescriptor) |
Removes specified build trigger from the settings
|
void |
SProject.removeBuildType(String internalBuildTypeId) |
Deprecated.
|
void |
SProject.removeBuildTypes() |
Deprecated.
|
void |
SProject.removeBuildTypeTemplate(String internalId) |
Deprecated.
|
void |
BuildTypeSettings.removeConfigParameter(String paramName) |
Removes configuration parameters with specified name
|
SProjectFeatureDescriptor |
SProject.removeFeature(String featureId) |
Removes project feature with specified id.
|
void |
BuildTypeSettings.removeRequirement(String parameterName) |
Removes first requirement with the specified property name from the configuration.
|
void |
BuildTypeSettings.removeRequirement(Requirement requirement) |
Removes a requirement from the configuration.
|
boolean |
BuildTypeSettings.removeVcsRoot(SVcsRoot root) |
Removes existing VCS root from the build configuration.
|
boolean |
BuildTypeSettings.replaceInValues(String regexp,
String replacement) |
Replaces values according to specified regexp and replacement string in all
text parameters of the build configuration
|
boolean |
BuildTypeSettings.replaceInValues(Pattern regexpPattern,
String replacement) |
Replaces values according to specified pattern and replacement string in all
text parameters of the build configuration
|
void |
BuildTypeSettings.resetRunnersOrder() |
Resets custom runner order to default.
|
PersistTask |
SPersistentEntity.scheduleRemove(ConfigAction cause) |
Schedules remove of this persistent entity.
|
void |
SProject.setArchived(boolean archived,
User user) |
Sets project's and sub project's archived flags, pauses build configurations.
|
void |
BuildTypeSettings.setArtifactDependencies(List<SArtifactDependency> artifacts) |
Sets artifacts this build configuration depending on.
|
void |
BuildTypeSettings.setArtifactPaths(String artifactPaths) |
Sets build artifact paths.
|
void |
BuildTypeSettings.setBuildNumberPattern(String pattern) |
Sets build number pattern.
|
void |
BuildTypeSettings.setCheckoutDirectory(String dir) |
Sets build checkout directory.
|
boolean |
BuildTypeSettings.setCheckoutRules(VcsRoot root,
CheckoutRules checkoutRules) |
Sets checkout rules for specified VCS root.
|
void |
BuildTypeSettings.setCheckoutType(BuildTypeDescriptor.CheckoutType type) |
Sets preferred checkout type for the configuration sources.
|
void |
BuildTypeTemplate.setDescription(String description) |
Sets template description
|
void |
SBuildType.setDescription(String description) |
Changes configuration description.
|
void |
SProject.setDescription(String description) |
Sets this project description
|
void |
BuildTypeSettings.setEnabled(String parametersDescriptorId,
boolean enabled) |
Enables or disables descriptor with specified id in build configuration settings.
|
void |
BuildTypeIdentity.setExternalId(String newExternalId) |
Changes the external id of this build template or build configuration.
|
void |
BuildTypeIdentity.setExternalId(ConfigAction cause,
String newExternalId) |
Changes the external id of this build template or build configuration.
|
void |
SProject.setExternalId(String newId) |
Sets the external project id.
|
void |
SProject.setExternalId(ConfigAction cause,
String newId) |
Sets the external project id.
|
void |
BuildTypeIdentity.setName(String name) |
Sets name of this build type or template
|
void |
SBuildType.setName(String newName) |
Renames this build configuration
|
void |
SProject.setName(String name) |
Renames project
|
void |
SBuildType.setPaused(boolean paused,
User user) |
Deprecated.
|
void |
SBuildType.setPaused(boolean paused,
User user,
String comment) |
Pause/unpause this build configuration.
|
boolean |
BuildTypeSettings.updateBuildFeature(String featureId,
String newType,
Map<String,String> newParams) |
Updates build feature descriptor with specified id, changes type and parameters.
|
boolean |
BuildTypeSettings.updateBuildRunner(String runnerId,
String newName,
String newType,
Map<String,String> newParams) |
Updates parameters in the existing build runner descriptor.
|
boolean |
BuildTypeSettings.updateBuildTrigger(String triggerId,
String newType,
Map<String,String> newParams) |
Deprecated.
|
boolean |
SProject.updateFeature(String featureId,
String newType,
Map<String,String> newParams) |
Updates type and parameters of project feature with specified id.
|