Class GitRepositoryEntity
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.client.internals.entities.GitRepositoryEntity
-
- All Implemented Interfaces:
GitRepository
public final class GitRepositoryEntity extends Object implements GitRepository
-
-
Constructor Summary
Constructors Constructor Description GitRepositoryEntity(String name, Integer id, String path)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceGitRepository
-
getId
public Integer getId()
- Specified by:
getId
in interfaceGitRepository
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceGitRepository
-
-