public interface ArtifactDefinitionBase extends ImmutableArtifactDefinitionBase
Modifier and Type | Method and Description |
---|---|
void |
setCopyPattern(String copyPattern)
Set copy pattern
|
void |
setLocation(String location)
Set artifact location
|
void |
setName(String name)
Set label
|
void |
setRequired(boolean requiredArtifact) |
void |
setSharedArtifact(boolean sharedArtifact)
Set "SharedArtifact" flag
|
getCopyPattern, getEntityType, getId, getLocation, getName, isRequired, isSharedArtifact
getOid
void setName(@NotNull String name)
name
- new value of labelvoid setLocation(@Nullable String location)
location
- new artifact locationvoid setCopyPattern(@NotNull String copyPattern)
copyPattern
- new value of copy patternvoid setSharedArtifact(boolean sharedArtifact)
sharedArtifact
- new value of "SharedArtifact" flagvoid setRequired(boolean requiredArtifact)
requiredArtifact
- if build should fail if can't publish artifactCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.