org.wso2.carbon.deployment.synchronizer.git
Class DefaultBehaviour

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.git.internal.AbstractBehaviour
      extended by org.wso2.carbon.deployment.synchronizer.git.DefaultBehaviour

public class DefaultBehaviour
extends AbstractBehaviour

Standard manager - worker specific behaviour


Constructor Summary
DefaultBehaviour()
           
 
Method Summary
 boolean requireInitialLocalArtifactSync()
          Specify whether to synchronize any initial artifacts
 
Methods inherited from class org.wso2.carbon.deployment.synchronizer.git.internal.AbstractBehaviour
requireSynchronizeRepositoryRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBehaviour

public DefaultBehaviour()
Method Detail

requireInitialLocalArtifactSync

public boolean requireInitialLocalArtifactSync()
Description copied from class: AbstractBehaviour
Specify whether to synchronize any initial artifacts

Specified by:
requireInitialLocalArtifactSync in class AbstractBehaviour
Returns:
true if initial local artifacts must be synced, else false


Copyright © 2015 WSO2. All rights reserved.