Class TriggerProperties
java.lang.Object
com.microsoft.azure.management.containerregistry.TriggerProperties
The properties of a trigger.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the trigger based on base image dependencies.Get the collection of triggers based on source code repository.withBaseImageTrigger(BaseImageTrigger baseImageTrigger) Set the trigger based on base image dependencies.withSourceTriggers(List<SourceTrigger> sourceTriggers) Set the collection of triggers based on source code repository.
-
Constructor Details
-
TriggerProperties
public TriggerProperties()
-
-
Method Details
-
sourceTriggers
Get the collection of triggers based on source code repository.- Returns:
- the sourceTriggers value
-
withSourceTriggers
Set the collection of triggers based on source code repository.- Parameters:
sourceTriggers- the sourceTriggers value to set- Returns:
- the TriggerProperties object itself.
-
baseImageTrigger
Get the trigger based on base image dependencies.- Returns:
- the baseImageTrigger value
-
withBaseImageTrigger
Set the trigger based on base image dependencies.- Parameters:
baseImageTrigger- the baseImageTrigger value to set- Returns:
- the TriggerProperties object itself.
-