|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.serverSide.parameters.AbstractBuildParametersProvider
public class AbstractBuildParametersProvider
Adapter class for BuildParametersProvider
| Constructor Summary | |
|---|---|
AbstractBuildParametersProvider()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getParameters(SBuild build,
boolean emulationMode)
Returns additional build parameters. |
java.util.Collection<java.lang.String> |
getParametersAvailableOnAgent(SBuild build)
Returns collection of parameters (names) always available on the agent for the specified build. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBuildParametersProvider()
| Method Detail |
|---|
@NotNull
public java.util.Map<java.lang.String,java.lang.String> getParameters(@NotNull
SBuild build,
boolean emulationMode)
BuildParametersProvider
getParameters in interface BuildParametersProviderbuild - the build for which parameters should be addedemulationMode - if true then parameters are calculated in the emulation mode and provided build is a mock build.
For example, emulation mode is used to show parameters available for a build configuration in the web UI.
ParameterDescriptionProvider
@NotNull
public java.util.Collection<java.lang.String> getParametersAvailableOnAgent(@NotNull
SBuild build)
BuildParametersProviderBuildParametersProvider.getParameters(jetbrains.buildServer.serverSide.SBuild,boolean).
To provide desriptions for the properties ParameterDescriptionProvider
getParametersAvailableOnAgent in interface BuildParametersProviderbuild - build
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||