Searched full:pullrequest (Results 1 – 25 of 97) sorted by relevance
1234
37 testRunTitle: '$(system.pullRequest.TargetBranch)-macos'46 targetBranch: $(System.PullRequest.TargetBranch)58 testRunTitle: '$(system.pullRequest.TargetBranch)-linux'108 testRunTitle: '$(System.PullRequest.TargetBranch)-win32'113 testRunTitle: '$(System.PullRequest.TargetBranch)-win64'123 targetBranch: $(System.PullRequest.TargetBranch)
9 git fetch -q origin $(System.PullRequest.TargetBranch)12 condition: and(succeeded(), variables['System.PullRequest.TargetBranch'])
49 import com.google.pubsub.v1.PullRequest;142 private static final MethodDescriptor<PullRequest, PullResponse> pullMethodDescriptor =143 MethodDescriptor.<PullRequest, PullResponse>newBuilder()146 .setRequestMarshaller(ProtoUtils.marshaller(PullRequest.getDefaultInstance()))265 private final UnaryCallable<PullRequest, PullResponse> pullCallable;396 GrpcCallSettings<PullRequest, PullResponse> pullTransportSettings = in GrpcSubscriberStub()397 GrpcCallSettings.<PullRequest, PullResponse>newBuilder() in GrpcSubscriberStub()641 public UnaryCallable<PullRequest, PullResponse> pullCallable() { in pullCallable()
67 import com.google.pubsub.v1.PullRequest;138 private final UnaryCallSettings<PullRequest, PullResponse> pullSettings;307 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings()481 private final UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings;823 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings()
43 import com.google.pubsub.v1.PullRequest;98 public UnaryCallable<PullRequest, PullResponse> pullCallable() { in pullCallable()
185 pullRequest(number: $number) {278 pullRequest(number: $number) {298 pullRequest(number: $number) {318 pullRequest(number: $number) {352 pullRequest(number: $number) {401 pullRequest(number: $number) {416 pullRequest(number: $number) {469 return rc["data"]["repository"]["pullRequest"]783 info = rc["data"]["repository"]["pullRequest"]831 info = rc["data"]["repository"]["pullRequest"][all …]
... { 3 "data": { 4 "repository": { 5 "pullRequest": { 6 "closed": true, 7 "isCrossRepository": ...
187 pullRequest(number: $number) {280 pullRequest(number: $number) {300 pullRequest(number: $number) {320 pullRequest(number: $number) {354 pullRequest(number: $number) {403 pullRequest(number: $number) {418 pullRequest(number: $number) {471 return rc["data"]["repository"]["pullRequest"]773 info = rc["data"]["repository"]["pullRequest"]821 info = rc["data"]["repository"]["pullRequest"][all …]
234 pullRequest(number: %s ) {269 edges = query["data"]["repository"]["pullRequest"]["labels"]["edges"]271 author = query["data"]["repository"]["pullRequest"]["author"]["login"]272 nodes = query["data"]["repository"]["pullRequest"]["reviews"]["nodes"]
21 import com.google.pubsub.v1.PullRequest;38 PullRequest request = in syncPull()39 PullRequest.newBuilder() in syncPull()
22 import com.google.pubsub.v1.PullRequest;39 PullRequest request = in asyncPull()40 PullRequest.newBuilder() in asyncPull()
96 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);108 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);122 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);132 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);143 request = pullRequest((IVoiceInteractorRequest)args.arg1, complete);156 request = pullRequest((IVoiceInteractorRequest)args.arg1, true);915 Request pullRequest(IVoiceInteractorRequest request, boolean complete) { in pullRequest() method in VoiceInteractor
796 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));835 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));875 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));917 PullRequest actualRequest = ((PullRequest) actualRequests.get(0));
64 import com.google.pubsub.v1.PullRequest;881 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest()920 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest2()960 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest3()1002 PullRequest actualRequest = ((PullRequest) actualRequests.get(0)); in pullTest4()
50 import com.google.pubsub.v1.PullRequest;1381 PullRequest request = in pull()1382 PullRequest.newBuilder() in pull()1416 PullRequest request = in pull()1417 PullRequest.newBuilder().setSubscription(subscription).setMaxMessages(maxMessages).build(); in pull()1457 PullRequest request = in pull()1458 PullRequest.newBuilder() in pull()1501 PullRequest request = in pull()1502 PullRequest.newBuilder() in pull()1524 * PullRequest request =[all …]
54 import com.google.pubsub.v1.PullRequest;146 public UnaryCallSettings<PullRequest, PullResponse> pullSettings() { in pullSettings()346 public UnaryCallSettings.Builder<PullRequest, PullResponse> pullSettings() { in pullSettings()
34 import com.google.pubsub.v1.PullRequest;232 public void pull(PullRequest request, StreamObserver<PullResponse> responseObserver) { in pull()
99 add_message "tech.pubsub.PullRequest" do151 …PullRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.PullRequest").ms… constant
22 public abstract class PullRequest { class36 return "PullRequest: { path=" + path + " }"; in toString()
107 * @return Whether the pullRequest field is set.119 * @return The pullRequest.
259 * @return Whether the pullRequest field is set.274 * @return The pullRequest.1144 * @return Whether the pullRequest field is set.1159 * @return The pullRequest.
3386 "required":["pullRequest"],3388 "pullRequest":{ object3389 "shape":"PullRequest",4839 "required":["pullRequest"],4841 "pullRequest":{ object4842 "shape":"PullRequest",6060 "pullRequest":{ object6061 "shape":"PullRequest",6118 "pullRequest":{"shape":"PullRequest"} object6173 "pullRequest":{"shape":"PullRequest"} object[all …]
282 "$ref": "PullRequest"717 "PullRequest": { object719 "id": "PullRequest",
72 rpc Pull(PullRequest) returns (PullResponse);338 message PullRequest { message
6 -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \