@Immutable public final class ArtifactProperties extends Object implements EntityProperties
Modifier and Type | Field and Description |
---|---|
static ValidationContext |
VALIDATION_CONTEXT |
Constructor and Description |
---|
ArtifactProperties(String name,
String copyPattern,
String location,
boolean shared,
boolean required) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCopyPattern() |
String |
getLocation() |
String |
getName() |
int |
hashCode() |
boolean |
isRequired() |
boolean |
isShared() |
String |
toString() |
void |
validate() |
public static final ValidationContext VALIDATION_CONTEXT
public ArtifactProperties(String name, String copyPattern, String location, boolean shared, boolean required) throws PropertiesValidationException
PropertiesValidationException
public String getName()
public String getCopyPattern()
public String getLocation()
public boolean isShared()
public boolean isRequired()
public void validate()
validate
in interface EntityProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.