|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValuePair | |
|---|---|
| com.xebialabs.deployit.ci.artifact.mapping | Configuration items that represent artifact mappings. |
| com.xebialabs.deployit.ci.mapping | Mappings allow a user to add detailed deployment information to a Deployment CI |
| Uses of KeyValuePair in com.xebialabs.deployit.ci.artifact.mapping |
|---|
| Methods in com.xebialabs.deployit.ci.artifact.mapping that return types with arguments of type KeyValuePair | |
|---|---|
java.util.List<KeyValuePair> |
DeployableArtifactMapping.getKeyValuePairs()
|
| Methods in com.xebialabs.deployit.ci.artifact.mapping with parameters of type KeyValuePair | |
|---|---|
void |
DeployableArtifactMapping.addKeyValuePair(KeyValuePair keyValuePair)
|
| Method parameters in com.xebialabs.deployit.ci.artifact.mapping with type arguments of type KeyValuePair | |
|---|---|
void |
DeployableArtifactMapping.setKeyValuePairs(java.util.List<KeyValuePair> keyValuePairs)
|
| Uses of KeyValuePair in com.xebialabs.deployit.ci.mapping |
|---|
| Methods in com.xebialabs.deployit.ci.mapping that return types with arguments of type KeyValuePair | |
|---|---|
java.util.List<KeyValuePair> |
SourcePropertyOverridingMapping.getSourcePropertyOverrides()
|
| Methods in com.xebialabs.deployit.ci.mapping with parameters of type KeyValuePair | |
|---|---|
void |
SourcePropertyOverridingMapping.addSourcePropertyOverride(KeyValuePair sourcePropertyOverride)
|
| Method parameters in com.xebialabs.deployit.ci.mapping with type arguments of type KeyValuePair | |
|---|---|
void |
SourcePropertyOverridingMapping.setSourcePropertyOverrides(java.util.List<KeyValuePair> sourcePropertyOverrides)
|
static java.util.Map<java.lang.String,java.lang.String> |
KeyValuePair.toMap(java.util.List<KeyValuePair> keyValuePairs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||