Class Requirement
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.common.Requirement
-
@Immutable public class Requirement extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Requirement.Type
-
Constructor Summary
Constructors Constructor Description Requirement(@NotNull String name, @Nullable String value, @NotNull Requirement.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getName()
@NotNull Requirement.Type
getType()
@Nullable String
getValue()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Requirement
public Requirement(@NotNull @NotNull String name, @Nullable @Nullable String value, @NotNull @NotNull Requirement.Type type)
-
-
Method Detail
-
getName
@NotNull public @NotNull String getName()
-
getValue
@Nullable public @Nullable String getValue()
-
getType
@NotNull public @NotNull Requirement.Type getType()
-
-