|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Data | |
|---|---|
| org.jenkinsci.plugins.buildenvironment.actions | |
| org.jenkinsci.plugins.buildenvironment.data | |
| Uses of Data in org.jenkinsci.plugins.buildenvironment.actions |
|---|
| Methods in org.jenkinsci.plugins.buildenvironment.actions that return types with arguments of type Data | |
|---|---|
List<Data> |
BuildEnvironmentBuildAction.getDataHoldersList()
Returns the list with Data objects. |
| Methods in org.jenkinsci.plugins.buildenvironment.actions with parameters of type Data | |
|---|---|
int |
BuildEnvironmentBuildAction.getDifferentCount(Data data)
Returns the number of different entries between Data object for this build and a given Data object. |
boolean |
BuildEnvironmentBuildAction.isDifferentFromPrevious(Data data,
String key)
Checks if a given entry in a given Data object is different from what has been recorded in the previous build. |
| Uses of Data in org.jenkinsci.plugins.buildenvironment.data |
|---|
| Subclasses of Data in org.jenkinsci.plugins.buildenvironment.data | |
|---|---|
class |
EnvVarsData
Represents information about the environment variables used during the build. |
class |
ProjectData
Represents information about the project to which this build belongs. |
class |
SlaveData
Represents information connected with the slave on which the build has been built. |
| Constructors in org.jenkinsci.plugins.buildenvironment.data with parameters of type Data | |
|---|---|
DataDifferenceObject(Data data1,
Data data2)
Constructor method. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||