GitLabProjects Interface
public interface GitLabProjects
Resource collection API of GitLabProjects.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
get(String resourceGroupName, String securityConnectorName, String groupFQName, String projectName)
Returns a monitored Git |
|
abstract
Response<Git |
getWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, String projectName, Context context)
Returns a monitored Git |
|
abstract
Paged |
list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets a list of Git |
|
abstract
Paged |
list(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets a list of Git |
Method Details
get
public abstract GitLabProject get(String resourceGroupName, String securityConnectorName, String groupFQName, String projectName)
Returns a monitored GitLab Project resource for a given fully-qualified group name and project name.
Parameters:
Returns:
getWithResponse
public abstract Response<GitLabProject> getWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, String projectName, Context context)
Returns a monitored GitLab Project resource for a given fully-qualified group name and project name.
Parameters:
Returns:
list
public abstract PagedIterable<GitLabProject> list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<GitLabProject> list(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.
Parameters:
Returns: