Class Artifact
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.plan.Artifact
-
@Immutable public class Artifact extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Artifact.Config
-
Constructor Summary
Constructors Constructor Description Artifact(@NotNull String name, @Nullable String location, @NotNull List<String> pattern, @NotNull List<String> exclusion, boolean shared, boolean required)
Artifact(@NotNull String name, @Nullable String location, @NotNull List<String> pattern, @NotNull List<String> exclusion, boolean shared, boolean required, boolean httpCompressionOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull List<String>
getExclusion()
@Nullable String
getLocation()
@NotNull String
getName()
@NotNull List<String>
getPattern()
int
hashCode()
boolean
isHttpCompressionOn()
boolean
isRequired()
boolean
isShared()
String
toString()
-