public class RuleContext extends Object
Constructor and Description |
---|
RuleContext(String artifactId,
ArtifactType artifactType,
String configuration,
String currentContent,
String updatedContent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
ArtifactType |
getArtifactType() |
String |
getConfiguration() |
String |
getCurrentContent() |
String |
getUpdatedContent() |
public RuleContext(String artifactId, ArtifactType artifactType, String configuration, String currentContent, String updatedContent)
artifactId
- artifactType
- configuration
- currentContent
- updatedContent
- public String getArtifactId()
public ArtifactType getArtifactType()
public String getConfiguration()
public String getCurrentContent()
public String getUpdatedContent()
Copyright © 2019 Red Hat. All rights reserved.