|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentRunningBuild
Represents running build on the agent side
| Method Summary | |
|---|---|
java.lang.String |
getArtifactsPaths()
Returns artifacts paths specified for build |
BuildParametersMap |
getBuildParameters()
Returns build parameters with all references expanded |
java.io.File |
getCheckoutDirectory()
Returns checkout directory: directory where checkout is performed |
boolean |
getFailBuildOnExitCode()
Property is defined by build configuration settings to define the way build runner should process build process exit code. |
BuildParametersMap |
getMandatoryBuildParameters()
Returns subset of build parameters with all references expanded Only BuildParameterPolicy.MANDATORY build parameters
are returned. |
java.util.Map<java.lang.String,java.lang.String> |
getRunnerParameters()
Returns runner parameters with all references expanded |
java.io.File |
getWorkingDirectory()
Returns build working directory: working directory where build runner started |
| Methods inherited from interface jetbrains.buildServer.agent.AgentBuildInfo |
|---|
getAccessCode, getAgentConfiguration, getAgentTempDirectory, getArtifactDependencies, getBuildCurrentVersion, getBuildId, getBuildLogger, getBuildPreviousVersion, getBuildTempDirectory, getBuildTypeId, getBuildTypeName, getBuildTypeOptionValue, getExecutionTimeoutMinutes, getPersonalVcsChanges, getProjectName, getVcsChanges, getVcsRootEntries, isCheckoutOnAgent, isCheckoutOnServer, isCleanBuild, isCustomCheckoutDirectory, isPersonal |
| Method Detail |
|---|
@NotNull BuildParametersMap getBuildParameters()
@NotNull BuildParametersMap getMandatoryBuildParameters()
BuildParameterPolicy.MANDATORY build parameters
are returned.
@NotNull java.util.Map<java.lang.String,java.lang.String> getRunnerParameters()
java.io.File getCheckoutDirectory()
java.io.File getWorkingDirectory()
java.lang.String getArtifactsPaths()
boolean getFailBuildOnExitCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||