Package org.jenkinsci.plugins.deployment
Class HostRecords
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- org.jenkinsci.plugins.deployment.HostRecords
-
- All Implemented Interfaces:
Action
,EnvironmentContributingAction
,ModelObject
public class HostRecords extends InvisibleAction implements EnvironmentContributingAction
Injects the deployment environment variables into the build- Since:
- May 8, 2015
- Version:
- TODO
-
-
Constructor Summary
Constructors Constructor Description HostRecords(Collection<HostRecord> hostRecords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildEnvVars(AbstractBuild<?,?> abstractBuild, EnvVars envVars)
Collection<HostRecord>
getHostrecords()
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvironment
-
-
-
-
Constructor Detail
-
HostRecords
public HostRecords(@NonNull Collection<HostRecord> hostRecords)
-
-
Method Detail
-
getHostrecords
@NonNull public Collection<HostRecord> getHostrecords()
-
buildEnvVars
public void buildEnvVars(AbstractBuild<?,?> abstractBuild, EnvVars envVars)
- Specified by:
buildEnvVars
in interfaceEnvironmentContributingAction
-
-