Uses of Class
jetbrains.buildServer.RunBuildException
-
-
Uses of RunBuildException in jetbrains.buildServer
Methods in jetbrains.buildServer that return RunBuildException Modifier and Type Method Description static RunBuildException
RunBuildException. create(ProcessNotCreatedException source, String commandLine)
Methods in jetbrains.buildServer with parameters of type RunBuildException Modifier and Type Method Description void
RunBuildException. copyParameters(RunBuildException fromException)
Copy all RunBuildException specific parameters to this instance of an exception. -
Uses of RunBuildException in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that throw RunBuildException Modifier and Type Method Description void
BuildRunnerPrecondition. canStart(BuildRunnerContext context)
This method is called before each runner is started.void
AgentRunningBuildEx. clearCheckoutDirRevisions()
Deletes information about checkout directory revisions preparing directory for clean checkout.BuildProcess
AgentBuildRunner. createBuildProcess(AgentRunningBuild runningBuild, BuildRunnerContext context)
Starts the build asynchronously.void
AgentRunningBuildEx. setCheckoutDirDirty(boolean checkoutDirDirty)
Depending oncheckoutDirDirty
value, marks checkout directory as either clean or dirty, both on agent and on server.void
BuildProcess. start()
This method is called to start runner.void
BuildProcessAdapter. start()
BuildFinishedStatus
BuildProcess. waitFor()
Wait for Runner to finish or to interruptBuildFinishedStatus
BuildProcessAdapter. waitFor()
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type RunBuildException Modifier and Type Method Description BuildFinishedStatus
RunnerExceptionHandler. handleRunnerStageException(RunBuildException e)
Methods in jetbrains.buildServer.agent.impl that throw RunBuildException Modifier and Type Method Description void
AgentRunningBuildImpl. clearCheckoutDirRevisions()
BuildProcess
FakeRunner. createBuildProcess(AgentRunningBuild runningBuild, BuildRunnerContext context)
BuildFinishedStatus
BuildRunTimeoutTimer. doBuildStage()
void
AgentRunningBuildImpl. setCheckoutDirDirty(boolean checkoutDirDirty)
Depending oncheckoutDirDirty
value, marks checkout directory as either clean or dirty, both on agent and on server. -
Uses of RunBuildException in jetbrains.buildServer.agent.impl.buildStages
Methods in jetbrains.buildServer.agent.impl.buildStages that throw RunBuildException Modifier and Type Method Description BuildFinishedStatus
BuildStage. doBuildStage()
Performs a stage of the build run preparationsBuildFinishedStatus
RunnerStage. doBuildStage()
perfoms a stage of the build run preparationsBuildFinishedStatus
BuildStagesExecutor. doStages(List<BuildStage> stages)
BuildFinishedStatus
RunnerStagesExecutor. doStages(List<RunnerStage> stages)
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl.buildStages.runnerStages.start
Methods in jetbrains.buildServer.agent.impl.buildStages.runnerStages.start that throw RunBuildException Modifier and Type Method Description BuildFinishedStatus
AgentBuildStepStatusFixer. doBuildStage()
BuildFinishedStatus
CallBuildRunnerPrecondition. doBuildStage()
BuildFinishedStatus
CallRunnerStage. doBuildStage()
BuildFinishedStatus
FireEventRunnerStageBase. doBuildStage()
BuildFinishedStatus
RegisterPerBuildFileWriterPropertiesRunnerStage. doBuildStage()
BuildFinishedStatus
SavePropertiesToFilesStage. doBuildStage()
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl.buildStages.startStages
Methods in jetbrains.buildServer.agent.impl.buildStages.startStages that return RunBuildException Modifier and Type Method Description RunBuildException
RecoverableStageFailure. onLastAttempt()
override this method to provide right detailed message for the issue.Methods in jetbrains.buildServer.agent.impl.buildStages.startStages that throw RunBuildException Modifier and Type Method Description BuildFinishedStatus
AppendBuildParametersFromFileStage. doBuildStage()
BuildFinishedStatus
CleanBuildCheckoutDirectoryIfNeededStage. doBuildStage()
BuildFinishedStatus
CleanGeneratedFilesStage. doBuildStage()
BuildFinishedStatus
ClearExpiredBuildWorkingDirectoriesStage. doBuildStage()
BuildFinishedStatus
CreateDirectoryStageBase. doBuildStage()
BuildFinishedStatus
DirectoryCleanerStage. doBuildStage()
BuildFinishedStatus
FireEventStageBase. doBuildStage()
BuildFinishedStatus
LogAgentParametersStage. doBuildStage()
BuildFinishedStatus
PerformFinalParametersResolveStage. doBuildStage()
BuildFinishedStatus
PublishBuildPropertiesStage. doBuildStage()
BuildFinishedStatus
RecoverableBuildStage. doBuildStage()
BuildFinishedStatus
RegisterPropertiesFileNamesStage. doBuildStage()
BuildFinishedStatus
ReplaceReferencesInArtifactDependenciesStage. doBuildStage()
BuildFinishedStatus
ReportPreparationEndStage. doBuildStage()
BuildFinishedStatus
ResetAgentDirectoryDirtyState. doBuildStage()
BuildFinishedStatus
UpdateDirectoryMapStage. doBuildStage()
protected abstract void
FireEventStageBase. doBuildState(EventDispatcher<AgentLifeCycleListener> events)
protected BuildFinishedStatus
DownloadDependenciesStage. doLastAttempt()
protected BuildFinishedStatus
RecoverableBuildStage. doLastAttempt()
protected BuildFinishedStatus
ClearRevisionInfoIfCleanBuildStage. doRecoverableStage()
protected BuildFinishedStatus
DownloadDependenciesStage. doRecoverableStage()
protected abstract BuildFinishedStatus
RecoverableBuildStage. doRecoverableStage()
void
DirectoryCleanerStage.LoggerCallback. logFailedToCleanEntireFolder(File file)
RunBuildException
RecoverableStageFailure. onLastAttempt()
override this method to provide right detailed message for the issue. -
Uses of RunBuildException in jetbrains.buildServer.agent.impl.buildStages.startStages.freeSpace
Methods in jetbrains.buildServer.agent.impl.buildStages.startStages.freeSpace that throw RunBuildException Modifier and Type Method Description BuildFinishedStatus
DirectoryCleanerForceClean. doBuildStage()
BuildFinishedStatus
DirectoryCleanerStage. doBuildStage()
BuildFinishedStatus
FreeSpaceChecker. doBuildStage()
BuildFinishedStatus
FreeSpaceDurationReporter. doBuildStage()
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl.buildStages.startStages.steps
Methods in jetbrains.buildServer.agent.impl.buildStages.startStages.steps that throw RunBuildException Modifier and Type Method Description BuildFinishedStatus
RunAllBuildStepsStage. doBuildStage()
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that throw RunBuildException Modifier and Type Method Description void
ProjectSourcesOnAgent. checkoutSources(AgentRunningBuildEx build)
protected BuildFinishedStatus
CheckoutPersonalPatchBuildStage. doRecoverableStage()
protected BuildFinishedStatus
CheckoutSourcesBuildStage. doRecoverableStage()
protected abstract void
AbstractSourcesUpdater. updateSources()
protected void
UpdateSourcesFromAgent. updateSources()
protected void
UpdateSourcesFromPersonal. updateSources()
protected void
UpdateSourcesFromServer. updateSources()
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl.remoteDebug
Methods in jetbrains.buildServer.agent.impl.remoteDebug that throw RunBuildException Modifier and Type Method Description void
RemoteDebugPersonalChangesHandler. applyPatch(String personalPatchId)
void
RemoteDebugPersonalChangesHandlerImpl. applyPatch(String personalPatchId)
void
RemoteDebugSession. start()
BuildFinishedStatus
RemoteDebugSession. waitFor()
-
Uses of RunBuildException in jetbrains.buildServer.agent.impl.runner
Methods in jetbrains.buildServer.agent.impl.runner that throw RunBuildException Modifier and Type Method Description BuildProcess
CallRunnerService. createBuildProcess(AgentRunningBuild build, BuildRunnerContext run)
-
Uses of RunBuildException in jetbrains.buildServer.agent.runner
Methods in jetbrains.buildServer.agent.runner that throw RunBuildException Modifier and Type Method Description void
CommandLineBuildService. afterInitialized()
called after the service is initialized and all necessary dependencies are injected.void
CommandLineBuildService. afterProcessFinished()
this method is called after process finished and before getRunResult called.void
CommandLineBuildService. afterProcessSuccessfullyFinished()
this method is called after process has successfully finished, meaningCommandLineBuildService.getRunResult(int)
returnedBuildFinishedStatus.FINISHED_SUCCESS
Not called in case of build interruption.void
CommandExecution. beforeProcessStarted()
Called beforeCommandExecution.makeProgramCommandLine()
method is called and before process is startedvoid
CommandLineBuildService. beforeProcessStarted()
this method is called before creation commandline preparation startedMultiCommandBuildSession
MultiCommandBuildSessionFactory. createSession(BuildRunnerContext runnerContext)
This method is called to create a build runner for a given build stepList<String>
ProgramCommandLine. getArguments()
All quotations are done property inside Java RuntimeList<String>
SimpleProgramCommandLine. getArguments()
default String
ProgramCommandLine. getCommandLineForLogging(PasswordReplacer passwordReplacer)
String
SimpleProgramCommandLine. getCommandLineForLogging(PasswordReplacer passwordReplacer)
Map<String,String>
ProgramCommandLine. getEnvironment()
String
ProgramCommandLine. getExecutablePath()
Returns either full pathrelative path to working dirsimply command name to be resolved by OS on the build agent to runString
SimpleProgramCommandLine. getExecutablePath()
CommandExecution
MultiCommandBuildSession. getNextCommand()
This method is used to iterate through a dynamic list of processes that runner implementation is running.String
ProgramCommandLine. getWorkingDirectory()
void
CommandLineBuildService. initialize(AgentRunningBuild build, BuildRunnerContext runner)
Makes the second phase of initialization.ProgramCommandLine
CommandExecution. makeProgramCommandLine()
This method is called to build a commandline and environment variables set for build process that would be started and handled by coreabstract ProgramCommandLine
CommandLineBuildService. makeProgramCommandLine()
ProgramCommandLine
BuildCommandLineProcessor. process(BuildRunnerContext runnerContext, ProgramCommandLine origCommandLine)
Is called right before the build process is started.void
MultiCommandBuildSession. sessionStarted()
Called to notify start of the build session -
Uses of RunBuildException in jetbrains.buildServer.agent.runner2
Methods in jetbrains.buildServer.agent.runner2 that throw RunBuildException Modifier and Type Method Description BuildProcess
GenericCommandLineRunner. createBuildProcess(AgentRunningBuild runningBuild, BuildRunnerContext runner)
MultiCommandBuildSession
SingleCommandLineBuildSessionFactoryAdapter. createSession(BuildRunnerContext runnerContext)
void
GenericCommandLineBuildProcess. start()
BuildFinishedStatus
GenericCommandLineBuildProcess. waitFor()
-
Uses of RunBuildException in jetbrains.buildServer.runner
Methods in jetbrains.buildServer.runner that throw RunBuildException Modifier and Type Method Description static File
BuildFileRunnerUtil. getBuildFile(Map<String,String> runParameters)
Get build file, using either build file path or build file content
-