Class Repository
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.common.repository.Repository
-
public class Repository extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Repository.Config
static class
Repository.Type
-
Constructor Summary
Constructors Constructor Description Repository(@NotNull String name, @NotNull Repository.Type type, @Nullable com.atlassian.bamboo.specs.api.builders.repository.VcsRepository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull String
getName()
@Nullable com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
getRepository()
@NotNull Repository.Type
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Repository
public Repository(@NotNull @NotNull String name, @NotNull @NotNull Repository.Type type, @Nullable @Nullable com.atlassian.bamboo.specs.api.builders.repository.VcsRepository repository)
-
-
Method Detail
-
getName
@NotNull public @NotNull String getName()
-
getType
@NotNull public @NotNull Repository.Type getType()
-
getRepository
@Nullable public @Nullable com.atlassian.bamboo.specs.api.builders.repository.VcsRepository getRepository()
-
-