Interface CiReader
- All Known Implementing Classes:
CiJdomReader,CiJsonReader,CiXstreamReader
public interface CiReader
-
Method Details
-
getType
String getType() -
getId
String getId() -
getToken
String getToken() -
getCiAttributes
com.xebialabs.deployit.plugin.api.udm.CiAttributes getCiAttributes() -
hasMoreProperties
boolean hasMoreProperties() -
moveIntoProperty
void moveIntoProperty() -
moveIntoNestedProperty
CiReader moveIntoNestedProperty() -
moveOutOfProperty
void moveOutOfProperty() -
getCurrentPropertyName
String getCurrentPropertyName() -
getStringValue
String getStringValue() -
getStringValues
-
getStringMap
-
isCiReference
boolean isCiReference() -
getCiReference
String getCiReference() -
getCiReferences
-
getCurrentCiListReader
CiListReader getCurrentCiListReader() -
getValidationMessages
List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> getValidationMessages() -
getExternalProperties
-