Interface IRepository.Jsii$Default
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IConstruct.Jsii$Default
,software.constructs.IConstruct.Jsii$Default
,IDependable
,IDependable.Jsii$Default
,INotificationRuleSource
,INotificationRuleSource.Jsii$Default
,IRepository
,IResource
,IResource.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IRepository.Jsii$Proxy
- Enclosing interface:
IRepository
IRepository
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarnotifications.INotificationRuleSource
INotificationRuleSource.Jsii$Default, INotificationRuleSource.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codecommit.IRepository
IRepository.Jsii$Default, IRepository.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
applyRemovalPolicy
(RemovalPolicy policy) Apply the given removal policy to this resource.default NotificationRuleSourceConfig
bindAsNotificationRuleSource
(software.constructs.Construct scope) Returns a source configuration for notification rule.default ResourceEnvironment
getEnv()
The environment this resource belongs to.default ConstructNode
getNode()
The construct tree node for this construct.default String
The ARN of this Repository.default String
The HTTPS (GRC) clone URL.default String
The HTTP clone URL.default String
The SSH clone URL.default String
The human-visible name of this Repository.default Stack
getStack()
The stack in which this resource is defined.default Grant
grant
(IGrantable grantee, @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.default Grant
grantPull
(IGrantable grantee) Grant the given identity permissions to pull this repository.default Grant
grantPullPush
(IGrantable grantee) Grant the given identity permissions to pull and push this repository.default Grant
grantRead
(IGrantable grantee) Grant the given identity permissions to read this repository.default INotificationRule
notifiyOnPullRequestMerged
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Deprecated.this method has a typo in its name, use notifyOnPullRequestMerged insteaddefault INotificationRule
notifyOn
(String id, INotificationRuleTarget target, RepositoryNotifyOnOptions options) Defines a CodeStar Notification rule triggered when the project events specified by you are emitted.default INotificationRule
notifyOnApprovalRuleOverridden
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when an approval rule is overridden.default INotificationRule
notifyOnApprovalStatusChanged
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when an approval status is changed.default INotificationRule
notifyOnBranchOrTagCreated
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a new branch or tag is created.default INotificationRule
notifyOnBranchOrTagDeleted
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a branch or tag is deleted.default INotificationRule
notifyOnPullRequestComment
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a comment is made on a pull request.default INotificationRule
notifyOnPullRequestCreated
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a pull request is created.default INotificationRule
notifyOnPullRequestMerged
(String id, INotificationRuleTarget target, NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a pull request is merged.default Rule
onCommentOnCommit
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a commit.default Rule
onCommentOnPullRequest
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a pull request.default Rule
onCommit
(String id, OnCommitOptions options) Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.default Rule
onEvent
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.default Rule
onPullRequestStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a pull request state is changed.default Rule
onReferenceCreated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is created (i.e.default Rule
onReferenceDeleted
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is delete (i.e.default Rule
onReferenceUpdated
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is updated (i.e.default Rule
onStateChange
(String id, OnEventOptions options) Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.Methods inherited from interface software.amazon.awscdk.services.codecommit.IRepository
notifiyOnPullRequestMerged, notifyOnApprovalRuleOverridden, notifyOnApprovalStatusChanged, notifyOnBranchOrTagCreated, notifyOnBranchOrTagDeleted, notifyOnPullRequestComment, notifyOnPullRequestCreated, notifyOnPullRequestMerged, onCommentOnCommit, onCommentOnPullRequest, onCommit, onEvent, onPullRequestStateChange, onReferenceCreated, onReferenceDeleted, onReferenceUpdated, onStateChange
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
The construct tree node for this construct.- Specified by:
getNode
in interfaceIConstruct
- Specified by:
getNode
in interfaceIConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIResource.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Specified by:
getEnv
in interfaceIResource
- Specified by:
getEnv
in interfaceIResource.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStack
in interfaceIResource
- Specified by:
getStack
in interfaceIResource.Jsii$Default
-
getRepositoryArn
The ARN of this Repository.- Specified by:
getRepositoryArn
in interfaceIRepository
-
getRepositoryCloneUrlGrc
The HTTPS (GRC) clone URL.HTTPS (GRC) is the protocol to use with git-remote-codecommit (GRC).
It is the recommended method for supporting connections made with federated access, identity providers, and temporary credentials.
- Specified by:
getRepositoryCloneUrlGrc
in interfaceIRepository
- See Also:
-
getRepositoryCloneUrlHttp
The HTTP clone URL.- Specified by:
getRepositoryCloneUrlHttp
in interfaceIRepository
-
getRepositoryCloneUrlSsh
The SSH clone URL.- Specified by:
getRepositoryCloneUrlSsh
in interfaceIRepository
-
getRepositoryName
The human-visible name of this Repository.- Specified by:
getRepositoryName
in interfaceIRepository
-
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY
), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN
).- Specified by:
applyRemovalPolicy
in interfaceIResource
- Specified by:
applyRemovalPolicy
in interfaceIResource.Jsii$Default
- Parameters:
policy
- This parameter is required.
-
bindAsNotificationRuleSource
@Stability(Stable) @NotNull default NotificationRuleSourceConfig bindAsNotificationRuleSource(@NotNull software.constructs.Construct scope) Returns a source configuration for notification rule.- Specified by:
bindAsNotificationRuleSource
in interfaceINotificationRuleSource
- Specified by:
bindAsNotificationRuleSource
in interfaceINotificationRuleSource.Jsii$Default
- Parameters:
scope
- This parameter is required.
-
grant
@Stability(Stable) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull @NotNull String... actions) Grant the given principal identity permissions to perform the actions on this repository.- Specified by:
grant
in interfaceIRepository
- Parameters:
grantee
- This parameter is required.actions
- This parameter is required.
-
grantPull
Grant the given identity permissions to pull this repository.- Specified by:
grantPull
in interfaceIRepository
- Parameters:
grantee
- This parameter is required.
-
grantPullPush
Grant the given identity permissions to pull and push this repository.- Specified by:
grantPullPush
in interfaceIRepository
- Parameters:
grantee
- This parameter is required.
-
grantRead
Grant the given identity permissions to read this repository.- Specified by:
grantRead
in interfaceIRepository
- Parameters:
grantee
- This parameter is required.
-
notifiyOnPullRequestMerged
@Stability(Deprecated) @Deprecated @NotNull default INotificationRule notifiyOnPullRequestMerged(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Deprecated.this method has a typo in its name, use notifyOnPullRequestMerged instead(deprecated) Defines a CodeStar Notification rule which triggers when a pull request is merged.- Specified by:
notifiyOnPullRequestMerged
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOn
@Stability(Stable) @NotNull default INotificationRule notifyOn(@NotNull String id, @NotNull INotificationRuleTarget target, @NotNull RepositoryNotifyOnOptions options) Defines a CodeStar Notification rule triggered when the project events specified by you are emitted. Similar toonEvent
API.You can also use the methods to define rules for the specific event emitted. eg:
notifyOnPullRequstCreated
.- Specified by:
notifyOn
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
- This parameter is required.- Returns:
- CodeStar Notifications rule associated with this repository.
-
notifyOnApprovalRuleOverridden
@Stability(Stable) @NotNull default INotificationRule notifyOnApprovalRuleOverridden(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when an approval rule is overridden.- Specified by:
notifyOnApprovalRuleOverridden
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOnApprovalStatusChanged
@Stability(Stable) @NotNull default INotificationRule notifyOnApprovalStatusChanged(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when an approval status is changed.- Specified by:
notifyOnApprovalStatusChanged
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOnBranchOrTagCreated
@Stability(Stable) @NotNull default INotificationRule notifyOnBranchOrTagCreated(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a new branch or tag is created.- Specified by:
notifyOnBranchOrTagCreated
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOnBranchOrTagDeleted
@Stability(Stable) @NotNull default INotificationRule notifyOnBranchOrTagDeleted(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a branch or tag is deleted.- Specified by:
notifyOnBranchOrTagDeleted
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOnPullRequestComment
@Stability(Stable) @NotNull default INotificationRule notifyOnPullRequestComment(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a comment is made on a pull request.- Specified by:
notifyOnPullRequestComment
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOnPullRequestCreated
@Stability(Stable) @NotNull default INotificationRule notifyOnPullRequestCreated(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a pull request is created.- Specified by:
notifyOnPullRequestCreated
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
notifyOnPullRequestMerged
@Stability(Stable) @NotNull default INotificationRule notifyOnPullRequestMerged(@NotNull String id, @NotNull INotificationRuleTarget target, @Nullable NotificationRuleOptions options) Defines a CodeStar Notification rule which triggers when a pull request is merged.- Specified by:
notifyOnPullRequestMerged
in interfaceIRepository
- Parameters:
id
- This parameter is required.target
- This parameter is required.options
-
-
onCommentOnCommit
@Stability(Stable) @NotNull default Rule onCommentOnCommit(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a commit.- Specified by:
onCommentOnCommit
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onCommentOnPullRequest
@Stability(Stable) @NotNull default Rule onCommentOnPullRequest(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a comment is made on a pull request.- Specified by:
onCommentOnPullRequest
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onCommit
@Stability(Stable) @NotNull default Rule onCommit(@NotNull String id, @Nullable OnCommitOptions options) Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.- Specified by:
onCommit
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onEvent
@Stability(Stable) @NotNull default Rule onEvent(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers for repository events.Use
rule.addEventPattern(pattern)
to specify a filter.- Specified by:
onEvent
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onPullRequestStateChange
@Stability(Stable) @NotNull default Rule onPullRequestStateChange(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a pull request state is changed.- Specified by:
onPullRequestStateChange
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onReferenceCreated
@Stability(Stable) @NotNull default Rule onReferenceCreated(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is created (i.e. a new branch/tag is created) to the repository.- Specified by:
onReferenceCreated
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onReferenceDeleted
@Stability(Stable) @NotNull default Rule onReferenceDeleted(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is delete (i.e. a branch/tag is deleted) from the repository.- Specified by:
onReferenceDeleted
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onReferenceUpdated
@Stability(Stable) @NotNull default Rule onReferenceUpdated(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a reference is updated (i.e. a commit is pushed to an existing or new branch) from the repository.- Specified by:
onReferenceUpdated
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-
onStateChange
@Stability(Stable) @NotNull default Rule onStateChange(@NotNull String id, @Nullable OnEventOptions options) Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.- Specified by:
onStateChange
in interfaceIRepository
- Parameters:
id
- This parameter is required.options
-
-