Package io.prismacloud.iac.commons.model
Class JsonApiModelScanAttributes
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- io.prismacloud.iac.commons.model.JsonApiModelScanAttributes
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,String>
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2021-01-26T11:29:52.304914+05:30[Asia/Kolkata]") public class JsonApiModelScanAttributes extends HashMap<String,String>
Additonal attributes associated with the IaC scan job. The keys below should be used for better display: * buildNumber: For CI/CD, the build number associated with the IaC scan * projectName: For CI/CD, the repo or project name associated with the IaC scan * prName: For CI/CD, the pull/merge request name associated with the IaC scan * pipelineName: For CD pipeline, the pipeline name associated with the IaC scan * pipelineLambda: For CD pipeline, the lambda name associated with the IaC scan * pipelineJobId: For CD pipeline, the job ID associated with the IaC scan * pipelineStageName: For CD pipeline, the stage name associated with the IaC scan * pipelineActionName: For CD pipeline, the action name associated with the IaC scan- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description JsonApiModelScanAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-