|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteBuildType
Represents temporary created configuration to run personal changes for the specified configuration.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jetbrains.buildServer.BuildTypeDescriptor |
|---|
BuildTypeDescriptor.CheckoutType |
| Nested classes/interfaces inherited from interface jetbrains.buildServer.serverSide.vcs.VcsLabelingSettings |
|---|
VcsLabelingSettings.LabelingType |
| Field Summary |
|---|
| Fields inherited from interface jetbrains.buildServer.serverSide.BuildTypeOptions |
|---|
BT_ALLOW_EXTERNAL_STATUS, BT_BUILD_NUMBER_PATTERN, BT_CLEAN_BUILD, BT_EXECUTION_TIMEOUT, BT_FAIL_IF_TESTS_FAIL, BT_FAIL_ON_ANY_ERROR_MESSAGE, BT_FAIL_ON_EXIT_CODE, BT_FAIL_ON_OOME_OR_CRASH, BT_HANGING_BUILDS_DETECTION_ENABLED, BT_MAX_RUNNING_BUILDS, BT_SHOW_DEPS_CHANGES, DEFAULT_BUILD_NUMBER_PATTERN |
| Fields inherited from interface jetbrains.buildServer.serverSide.vcs.VcsLabelingSettings |
|---|
DEFAULT_LABEL_PATTERN |
| Method Summary | |
|---|---|
void |
bindBuildInstanceById(long buildId)
Assigns build instance with this personal configuration. |
long |
getChangesId()
Personal changes id. |
BuildPromotion |
getPersonalBuildPromotion()
|
SVcsModification |
getPersonalChange()
Returns personal modification associated with this build configuration or null if data for this remote build is not available anymore This can happen, for example, when remote run was deleted. |
java.util.List<SVcsModification> |
getPersonalChanges()
Returns personal modifications associated with this build configuration. |
long |
getPersonalId()
Id of this temporary configuration. |
SBuildType |
getSourceBuildType()
Source configuration for which changes were run. |
long |
getUserId()
User id who ran the perosnal chanegs. |
| Methods inherited from interface jetbrains.buildServer.BuildType |
|---|
getBuildByBuildNumber, getBuildParameter, getBuildParameters, getNumberQueued, getParameters, getResponsibilityInfo, getStatus, getVcsRoots, isInQueue, removeResponsible, removeResponsible, setResponsible, setResponsible |
| Methods inherited from interface jetbrains.buildServer.BuildTypeDescriptor |
|---|
getBuildTypeId, getCheckoutType, getDescription, getFullName, getName, getProjectId, getProjectName, getRunnerTypes, getRunType, isPaused, isPersonal |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface jetbrains.buildServer.util.OptionSupport |
|---|
getChangedOptions, getOption, setOption |
| Methods inherited from interface jetbrains.buildServer.serverSide.UserParametersHolder |
|---|
addParameter, getParameters, getParametersCollection, removeParameter |
| Methods inherited from interface jetbrains.buildServer.serverSide.vcs.VcsLabelingSettings |
|---|
getLabelingRoots, getLabelingType, getLabelPattern, setLabelingRoots, setLabelingType, setLabelPattern |
| Methods inherited from interface jetbrains.buildServer.serverSide.CompatibleAgents |
|---|
getAgentCompatibility, getCompatibilityMap, getCompatibleAgents |
| Methods inherited from interface jetbrains.buildServer.XmlExternalizable |
|---|
writeTo |
| Methods inherited from interface jetbrains.buildServer.serverSide.dependency.Dependent |
|---|
getChildDependencies, getDependencyReferences, getNumberOfDependencyReferences, intersectsWith |
| Methods inherited from interface jetbrains.buildServer.serverSide.dependency.DependencySettings |
|---|
addDependency, getDependencies, removeDependency |
| Methods inherited from interface jetbrains.buildServer.serverSide.ParametersSupport |
|---|
getParametersProvider, getValueResolver |
| Method Detail |
|---|
@NotNull SBuildType getSourceBuildType()
long getChangesId()
long getUserId()
long getPersonalId()
void bindBuildInstanceById(long buildId)
buildId - personal build id.@Nullable SVcsModification getPersonalChange()
java.util.List<SVcsModification> getPersonalChanges()
@Nullable BuildPromotion getPersonalBuildPromotion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||