Class DefaultBehaviour
java.lang.Object
org.wso2.carbon.deployment.synchronizer.git.internal.AbstractBehaviour
org.wso2.carbon.deployment.synchronizer.git.DefaultBehaviour
Standard manager - worker specific behaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecify whether to synchronize any initial artifactsMethods inherited from class org.wso2.carbon.deployment.synchronizer.git.internal.AbstractBehaviour
requireSynchronizeRepositoryRequest
-
Constructor Details
-
DefaultBehaviour
public DefaultBehaviour()
-
-
Method Details
-
requireInitialLocalArtifactSync
public boolean requireInitialLocalArtifactSync()Description copied from class:AbstractBehaviourSpecify whether to synchronize any initial artifacts- Specified by:
requireInitialLocalArtifactSyncin classAbstractBehaviour- Returns:
- true if initial local artifacts must be synced, else false
-