Class PlanRepositoryLinkProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
-
- All Implemented Interfaces:
EntityProperties
public class PlanRepositoryLinkProperties extends Object implements EntityProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanRepositoryLinkProperties.LinkedGlobalRepositorystatic classPlanRepositoryLinkProperties.ProjectRepository
-
Constructor Summary
Constructors Constructor Description PlanRepositoryLinkProperties(VcsRepositoryProperties repositoryDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)VcsRepositoryPropertiesgetRepositoryDefinition()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
PlanRepositoryLinkProperties
public PlanRepositoryLinkProperties(VcsRepositoryProperties repositoryDefinition)
-
-
Method Detail
-
getRepositoryDefinition
public VcsRepositoryProperties getRepositoryDefinition()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-