GitLabProjectProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. GitLabProjectProperties
- com.
Implements
public final class GitLabProjectProperties
implements JsonSerializable<GitLabProjectProperties>
GitLab Project properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Git |
fromJson(JsonReader jsonReader)
Reads an instance of Git |
| String |
fullyQualifiedFriendlyName()
Get the fully |
| String |
fullyQualifiedName()
Get the fully |
| String |
fullyQualifiedParentGroupName()
Get the fully |
|
Onboarding |
onboardingState()
Get the onboarding |
|
Dev |
provisioningState()
Get the provisioning |
| String |
provisioningStatusMessage()
Get the provisioning |
|
Offset |
provisioningStatusUpdateTimeUtc()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
url()
Get the url property: Gets or sets the url of the Git |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static GitLabProjectProperties fromJson(JsonReader jsonReader)
Reads an instance of GitLabProjectProperties from the JsonReader.
Parameters:
Returns:
Throws:
fullyQualifiedFriendlyName
public String fullyQualifiedFriendlyName()
Get the fullyQualifiedFriendlyName property: Gets or sets the human readable fully-qualified name of the Project object. This contains the entire namespace hierarchy as seen on GitLab UI where entities are separated by the '/' character.
Returns:
fullyQualifiedName
public String fullyQualifiedName()
Get the fullyQualifiedName property: Gets or sets the fully-qualified name of the project object. This contains the entire hierarchy where entities are separated by the '$' character.
Returns:
fullyQualifiedParentGroupName
public String fullyQualifiedParentGroupName()
Get the fullyQualifiedParentGroupName property: Gets or sets the fully-qualified name of the project's parent group object. This contains the entire hierarchy where namespaces are separated by the '$' character.
Returns:
onboardingState
public OnboardingState onboardingState()
Get the onboardingState property: Details about resource onboarding status across all connectors. OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.
Returns:
provisioningState
public DevOpsProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource. Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.
Returns:
provisioningStatusMessage
public String provisioningStatusMessage()
Get the provisioningStatusMessage property: Gets the resource status message.
Returns:
provisioningStatusUpdateTimeUtc
public OffsetDateTime provisioningStatusUpdateTimeUtc()
Get the provisioningStatusUpdateTimeUtc property: Gets the time when resource was last checked.
Returns:
toJson
url
public String url()
Get the url property: Gets or sets the url of the GitLab Project.
Returns:
validate
public void validate()
Validates the instance.